summaryrefslogtreecommitdiff
path: root/doc/driver-model
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2018-07-06 22:29:46 +1200
committerSimon Glass <sjg@chromium.org>2018-07-26 14:18:38 -0600
commit09b8d67f31eccc90ec74729589194e619303ba77 (patch)
tree34d9872ba1c79b10d9bd014607015fa2106c202e /doc/driver-model
parentb8a48fbca30523ec8d71795bffd2d54ce279f28d (diff)
doc: driver-model: Fix typo
Signed-off-by: Chris Packham <judge.packham@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/driver-model')
-rw-r--r--doc/driver-model/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/driver-model/README.txt b/doc/driver-model/README.txt
index 0853477578..d6fa5c4857 100644
--- a/doc/driver-model/README.txt
+++ b/doc/driver-model/README.txt
@@ -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