This ports the following barebox commit

| commit 157e861aa6e93a72018c408e82863a3253550a4d
| Author: Yegor Yefremov <yegorsli...@googlemail.com>
| Date:   Fri Mar 20 10:41:19 2020 +0100
|
|     common: fix typos found with codespell
|
|     Signed-off-by: Yegor Yefremov <yegorsli...@googlemail.com>
|     Signed-off-by: Sascha Hauer <s.ha...@pengutronix.de>

Signed-off-by: Marco Felsch <m.fel...@pengutronix.de>
---
 src/barebox-state/state.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/barebox-state/state.c b/src/barebox-state/state.c
index f6b7817..4779574 100644
--- a/src/barebox-state/state.c
+++ b/src/barebox-state/state.c
@@ -698,7 +698,7 @@ struct state *state_by_name(const char *name)
 /*
  * state_by_node - find a state instance by of node
  *
- * @node       The of node of the state intance
+ * @node       The of node of the state instance
  */
 struct state *state_by_node(const struct device_node *node)
 {
-- 
2.30.2


Reply via email to