diff options
author | Anatolij Gustschin <agust@denx.de> | 2017-08-18 17:58:51 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-20 09:54:34 -0400 |
commit | f1a7ba1da5f2a8ddaa4f61c7d9fb79ade5425f0f (patch) | |
tree | a2959a34b1e0aa0d9df054b50a1eba03be668c6a /lib | |
parent | e94c1268f262b521e972ee6fb4915520fe5af306 (diff) | |
download | u-boot-f1a7ba1da5f2a8ddaa4f61c7d9fb79ade5425f0f.zip u-boot-f1a7ba1da5f2a8ddaa4f61c7d9fb79ade5425f0f.tar.gz u-boot-f1a7ba1da5f2a8ddaa4f61c7d9fb79ade5425f0f.tar.bz2 |
Fix 'notes' typos
s/notes/nodes
Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index 8163617..d73052d 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -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. @@ -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. |