]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/driver-model/porting.txt
Merge remote-tracking branch 'crypto/master'
[karo-tx-linux.git] / Documentation / driver-model / porting.txt
index 98b233cb8b36882a41c3e604315b179ab0ca3537..92d86f7271b4d960431e3333ce5d0de3b9f9889e 100644 (file)
@@ -92,7 +92,7 @@ struct device represents a single device. It mainly contains metadata
 describing the relationship the device has to other entities. 
 
 
-- Embedd a struct device in the bus-specific device type. 
+- Embed a struct device in the bus-specific device type. 
 
 
 struct pci_dev {