diff options
author | Matt LaPlante <kernel1@cyberdogtech.com> | 2006-11-30 07:21:10 +0300 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-11-30 07:21:10 +0300 |
commit | 5d3f083d8f897ce2560bbd4dace483d5aa60d623 (patch) | |
tree | 2883a9a22171cb4d96518a8e02963762e8c1f50b /Documentation/driver-model/porting.txt | |
parent | 4ae0edc21b152c126e4a8c94ad5391f8ea051b31 (diff) | |
download | linux-5d3f083d8f897ce2560bbd4dace483d5aa60d623.tar.xz |
Fix typos in /Documentation : Misc
This patch fixes typos in various Documentation txts. The patch addresses some
misc words.
Signed-off-by: Matt LaPlante <kernel1@cyberdogtech.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/driver-model/porting.txt')
-rw-r--r-- | Documentation/driver-model/porting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |