From 54143e4d6a4ac4e7be9d5c9728c5ac606f5d3a2e Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 4 Nov 2017 23:40:47 +0100 Subject: Fix some menuconfig.py typos --- examples/menuconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/menuconfig.py b/examples/menuconfig.py index 42bdf3f..a4038f8 100644 --- a/examples/menuconfig.py +++ b/examples/menuconfig.py @@ -218,7 +218,7 @@ def node_str(node): def print_menuconfig_nodes(node, indent): """ - Prints a tree with all the menu entries rooted at node. Child menu nodes + Prints a tree with all the menu entries rooted at node. Child menu entries are indented. """ while node is not None: @@ -233,7 +233,7 @@ def print_menuconfig_nodes(node, indent): def print_menuconfig(kconf): """ - Prints all menu entries for the configurations. + Prints all menu entries for the configuration. """ # Print the expanded mainmenu text at the top. This is the same as # kconf.top_node.prompt[0], but with variable references expanded. -- cgit v1.2.3