aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-12-17 13:42:24 -0500
committerJiri Kosina <jkosina@suse.cz>2013-12-19 10:36:18 -0500
commit5e4fcf9d5e4c2518d6e575d045f01f8834721c6c (patch)
treea303f57463012fa9e1cf4d2f27461c4b5afc71ab /Documentation
parent0feb03af7f6272798cd14a3894020fa376b5f1da (diff)
doc: driver-model/platform.txt: fix a typo
The sentence is not proper English, so the use of "general" is now replaced with "in general". "generally" was also considered, but "in general" is probably the correct in this case. Signed-off-by: Laszlo Papp <lpapp@kde.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/driver-model/platform.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-model/platform.txt b/Documentation/driver-model/platform.txt
index 41f41632ee55..07795ec51cde 100644
--- a/Documentation/driver-model/platform.txt
+++ b/Documentation/driver-model/platform.txt
@@ -48,7 +48,7 @@ struct platform_driver {
48 struct device_driver driver; 48 struct device_driver driver;
49}; 49};
50 50
51Note that probe() should general verify that the specified device hardware 51Note that probe() should in general verify that the specified device hardware
52actually exists; sometimes platform setup code can't be sure. The probing 52actually exists; sometimes platform setup code can't be sure. The probing
53can use device resources, including clocks, and device platform_data. 53can use device resources, including clocks, and device platform_data.
54 54