summaryrefslogtreecommitdiff
path: root/tools/binman/etype/fit.py
diff options
context:
space:
mode:
authorJonas Karlman <jonas@kwiboo.se>2023-02-20 01:02:03 +0300
committerSimon Glass <sjg@chromium.org>2023-03-08 22:38:48 +0300
commitdd4bdad4c1b17fcfc43e3fa56a2c5131fac01c2a (patch)
tree34b834f4918c78cbfe08e67d25ef827f9c45a20b /tools/binman/etype/fit.py
parentcbe429bc979cd76c365f0f8442ea1eaba7b473ae (diff)
downloadu-boot-dd4bdad4c1b17fcfc43e3fa56a2c5131fac01c2a.tar.xz
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/etype/fit.py')
-rw-r--r--tools/binman/etype/fit.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/binman/etype/fit.py b/tools/binman/etype/fit.py
index cd2943533c..822de79827 100644
--- a/tools/binman/etype/fit.py
+++ b/tools/binman/etype/fit.py
@@ -823,7 +823,7 @@ class Entry_fit(Entry_section):
self.mkimage = self.AddBintool(btools, 'mkimage')
def CheckMissing(self, missing_list):
- # We must use our private entry list for this since generator notes
+ # We must use our private entry list for this since generator nodes
# which are removed from self._entries will otherwise not show up as
# missing
for entry in self._priv_entries.values():