aboutsummaryrefslogtreecommitdiff
path: root/doc/driver-model
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2020-06-04 14:58:13 +0200
committerSimon Glass <sjg@chromium.org>2020-06-11 20:52:11 -0600
commitcea8f2c995b9d87af6ef42f967402e1c8a3506db (patch)
tree622dc154d05e5c5abafacbce4d7b9d57b108191a /doc/driver-model
parentbe1a6e94254af205bd67d69e3bdb26b161ccd72f (diff)
downloadu-boot-cea8f2c995b9d87af6ef42f967402e1c8a3506db.zip
u-boot-cea8f2c995b9d87af6ef42f967402e1c8a3506db.tar.gz
u-boot-cea8f2c995b9d87af6ef42f967402e1c8a3506db.tar.bz2
doc: driver-model: fix typo in design.rst
Fix the 'memeber' typo in doc/driver-model/design.rst. Signed-off-by: Dario Binacchi <dariobin@libero.it> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/driver-model')
-rw-r--r--doc/driver-model/design.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/driver-model/design.rst b/doc/driver-model/design.rst
index 9e92727..96525b6 100644
--- a/doc/driver-model/design.rst
+++ b/doc/driver-model/design.rst
@@ -628,7 +628,7 @@ parent device which is a bus, causes the device to start behaving like a
bus device, regardless of its own views on the matter.
The uclass for the device can also contain data private to that uclass.
-But note that each device on the bus may be a memeber of a different
+But note that each device on the bus may be a member of a different
uclass, and this data has nothing to do with the child data for each child
on the bus. It is the bus' uclass that controls the child with respect to
the bus.