aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/state.py
diff options
context:
space:
mode:
authorJonas Karlman <jonas@kwiboo.se>2023-02-19 22:02:03 +0000
committerSimon Glass <sjg@chromium.org>2023-03-08 11:38:48 -0800
commitdd4bdad4c1b17fcfc43e3fa56a2c5131fac01c2a (patch)
tree34b834f4918c78cbfe08e67d25ef827f9c45a20b /tools/binman/state.py
parentcbe429bc979cd76c365f0f8442ea1eaba7b473ae (diff)
downloadu-boot-dd4bdad4c1b17fcfc43e3fa56a2c5131fac01c2a.zip
u-boot-dd4bdad4c1b17fcfc43e3fa56a2c5131fac01c2a.tar.gz
u-boot-dd4bdad4c1b17fcfc43e3fa56a2c5131fac01c2a.tar.bz2
binman: Fix spelling of nodes in code comments
Replace notes with nodes in code comments and docstrings. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/state.py')
-rw-r--r--tools/binman/state.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/state.py b/tools/binman/state.py
index 56e5bf8..3356319 100644
--- a/tools/binman/state.py
+++ b/tools/binman/state.py
@@ -306,7 +306,7 @@ def GetUpdateNodes(node, for_repack=False):
"""Yield all the nodes that need to be updated in all device trees
The property referenced by this node is added to any device trees which
- have the given node. Due to removable of unwanted notes, SPL and TPL may
+ have the given node. Due to removable of unwanted nodes, SPL and TPL may
not have this node.
Args: