X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fdriver-model%2Fporting.txt;h=92d86f7271b4d960431e3333ce5d0de3b9f9889e;hb=d7559982701ac500662b2e8e150ff34f7faf0281;hp=98b233cb8b36882a41c3e604315b179ab0ca3537;hpb=c7fb577e2a6cb04732541f2dc402bd46747f7558;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 {