]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/driver-model/platform.txt
Fix spelling of 'platform' in comments and doc
[mv-sheeva.git] / Documentation / driver-model / platform.txt
index 2e2c2ea90ceb1d490e019c7a1132eb812bfb6a9f..41f41632ee550795e21d8207fb07c6b6372e3de6 100644 (file)
@@ -192,7 +192,7 @@ command line. This will execute all matching early_param() callbacks.
 User specified early platform devices will be registered at this point.
 For the early serial console case the user can specify port on the
 kernel command line as "earlyprintk=serial.0" where "earlyprintk" is
-the class string, "serial" is the name of the platfrom driver and
+the class string, "serial" is the name of the platform driver and
 0 is the platform device id. If the id is -1 then the dot and the
 id can be omitted.