doc: driver-model: Fix typo
authorChris Packham <judge.packham@gmail.com>
Fri, 6 Jul 2018 10:29:46 +0000 (22:29 +1200)
committerSimon Glass <sjg@chromium.org>
Thu, 26 Jul 2018 20:18:38 +0000 (14:18 -0600)
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/driver-model/README.txt

index 0853477578ac7ce77aea3078a13224715f435f01..d6fa5c4857934264dae874613370c0b3981010bd 100644 (file)
@@ -695,7 +695,7 @@ steps (see device_probe()):
    allocate it yourself in ofdata_to_platdata(). Note that it is preferable
    to do all the device tree decoding in ofdata_to_platdata() rather than
    in probe(). (Apart from the ugliness of mixing configuration and run-time
-   data, one day it is possible that U-Boot will cache platformat data for
+   data, one day it is possible that U-Boot will cache platform data for
    devices which are regularly de/activated).
 
    h. The device's probe() method is called. This should do anything that