doc: driver-model/platform.txt: fix a typo
authorLaszlo Papp <lpapp@kde.org>
Tue, 17 Dec 2013 18:42:24 +0000 (18:42 +0000)
committerJiri Kosina <jkosina@suse.cz>
Thu, 19 Dec 2013 15:36:18 +0000 (16:36 +0100)
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>
Documentation/driver-model/platform.txt

index 41f41632ee550795e21d8207fb07c6b6372e3de6..07795ec51cdec12eb2d9b73dca2286d9f64fb9be 100644 (file)
@@ -48,7 +48,7 @@ struct platform_driver {
        struct device_driver driver;
 };
 
-Note that probe() should general verify that the specified device hardware
+Note that probe() should in general verify that the specified device hardware
 actually exists; sometimes platform setup code can't be sure.  The probing
 can use device resources, including clocks, and device platform_data.