aboutsummaryrefslogtreecommitdiff
path: root/Documentation/driver-model/porting.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/driver-model/porting.txt')
-rw-r--r--Documentation/driver-model/porting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-model/porting.txt b/Documentation/driver-model/porting.txt
index 98b233cb8b3..92d86f7271b 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 {