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>
This commit is contained in:

committed by
Simon Glass

parent
cbe429bc97
commit
dd4bdad4c1
@@ -823,7 +823,7 @@ class Entry_fit(Entry_section):
|
|||||||
self.mkimage = self.AddBintool(btools, 'mkimage')
|
self.mkimage = self.AddBintool(btools, 'mkimage')
|
||||||
|
|
||||||
def CheckMissing(self, missing_list):
|
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
|
# which are removed from self._entries will otherwise not show up as
|
||||||
# missing
|
# missing
|
||||||
for entry in self._priv_entries.values():
|
for entry in self._priv_entries.values():
|
||||||
|
@@ -172,7 +172,7 @@ class Entry_section(Entry):
|
|||||||
def IsSpecialSubnode(self, node):
|
def IsSpecialSubnode(self, node):
|
||||||
"""Check if a node is a special one used by the section itself
|
"""Check if a node is a special one used by the section itself
|
||||||
|
|
||||||
Some notes are used for hashing / signatures and do not add entries to
|
Some nodes are used for hashing / signatures and do not add entries to
|
||||||
the actual section.
|
the actual section.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
@@ -306,7 +306,7 @@ def GetUpdateNodes(node, for_repack=False):
|
|||||||
"""Yield all the nodes that need to be updated in all device trees
|
"""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
|
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.
|
not have this node.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Reference in New Issue
Block a user