diff mbox series

[v2] doc: driver-model: fix typo in design.rst

Message ID 20200604125813.25375-1-dariobin@libero.it
State Accepted
Commit cea8f2c995b9d87af6ef42f967402e1c8a3506db
Headers show
Series [v2] doc: driver-model: fix typo in design.rst | expand

Commit Message

Dario Binacchi June 4, 2020, 12:58 p.m. UTC
Fix the 'memeber' typo in doc/driver-model/design.rst.

Signed-off-by: Dario Binacchi <dariobin at libero.it>
Reviewed-by: Simon Glass <sjg at chromium.org>

---

Changes in v2:
 - Add the commit message

 doc/driver-model/design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass June 13, 2020, 3:11 a.m. UTC | #1
Fix the 'memeber' typo in doc/driver-model/design.rst.

Signed-off-by: Dario Binacchi <dariobin at libero.it>
Reviewed-by: Simon Glass <sjg at chromium.org>

---

Changes in v2:
 - Add the commit message

 doc/driver-model/design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Applied to u-boot-dm, thanks!
diff mbox series

Patch

diff --git a/doc/driver-model/design.rst b/doc/driver-model/design.rst
index 635effcef6..1bd2a22672 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.