Skip to content

Commit

Permalink
Fix 'notes' typos
Browse files Browse the repository at this point in the history
s/notes/nodes

Signed-off-by: Anatolij Gustschin <[email protected]>
  • Loading branch information
vdsao authored and trini committed Aug 20, 2017
1 parent e94c126 commit f1a7ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ config OF_LIBFDT
help
This enables the FDT library (libfdt). It provides functions for
accessing binary device tree images in memory, such as adding and
removing notes and properties, scanning through the tree and finding
removing nodes and properties, scanning through the tree and finding
particular compatible nodes. The library operates on a flattened
version of the device tree.

Expand All @@ -200,7 +200,7 @@ config SPL_OF_LIBFDT
help
This enables the FDT library (libfdt). It provides functions for
accessing binary device tree images in memory, such as adding and
removing notes and properties, scanning through the tree and finding
removing nodes and properties, scanning through the tree and finding
particular compatible nodes. The library operates on a flattened
version of the device tree.

Expand Down
2 changes: 1 addition & 1 deletion tools/dtoc/dtb_platdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def get_buf(self):
return lines

def scan_dtb(self):
"""Scan the device tree to obtain a tree of notes and properties
"""Scan the device tree to obtain a tree of nodes and properties
Once this is done, self._fdt.GetRoot() can be called to obtain the
device tree root node, and progress from there.
Expand Down

0 comments on commit f1a7ba1

Please sign in to comment.