summaryrefslogtreecommitdiffstats
path: root/commands/Kconfig
diff options
context:
space:
mode:
authorJan Weitzel <j.weitzel@phytec.de>2013-11-26 09:57:33 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-27 08:39:28 +0100
commit239699fc831434c8697dda088dc9c971a3f5542d (patch)
tree2929e6b5dde98591a12d8553bd27170249e03d43 /commands/Kconfig
parentce0ccefb1575b5208ab08bd70e6a5587a37c62bb (diff)
downloadbarebox-239699fc831434c8697dda088dc9c971a3f5542d.tar.gz
barebox-239699fc831434c8697dda088dc9c971a3f5542d.tar.xz
commands: of_node fix descripion
Remove copy and paste error Signed-off-by: Jan Weitzel <j.weitzel@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/Kconfig')
-rw-r--r--commands/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index 9738ec4630..1e07b5b7ac 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -559,7 +559,7 @@ config CMD_OF_NODE
select OFTREE
prompt "of_node"
help
- The of_property command allows adding and removing devicetree nodes.
+ The of_node command allows adding and removing devicetree nodes.
endmenu