summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'menuconfig.py')
-rwxr-xr-xmenuconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py
index 81aed63..8b3ca40 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -916,7 +916,7 @@ def _draw_main():
def _parent_menu(node):
# Returns the menu node of the menu that contains 'node'. In addition to
# proper 'menu's, this might also be a 'menuconfig' symbol or a 'choice'.
- # "Menu" here means a menu in the interface (a list of menu entries).
+ # "Menu" here means a menu in the interface.
menu = node.parent
while not menu.is_menuconfig: