X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fdriver-model%2Fporting.txt;h=92d86f7271b4d960431e3333ce5d0de3b9f9889e;hb=549608eadb31eac5d579ed70a21ac722bdf72861;hp=98b233cb8b36882a41c3e604315b179ab0ca3537;hpb=7211bb9b64f17b23834d91fc3d0c1d78671ee9a8;p=karo-tx-linux.git diff --git a/Documentation/driver-model/porting.txt b/Documentation/driver-model/porting.txt index 98b233cb8b36..92d86f7271b4 100644 --- a/Documentation/driver-model/porting.txt +++ b/Documentation/driver-model/porting.txt @@ -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 {