summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'menuconfig.py')
-rwxr-xr-xmenuconfig.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/menuconfig.py b/menuconfig.py
index 392bc1b..dfc4c90 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -1046,8 +1046,7 @@ def _shown_nodes(menu):
# Always show the node if it is the root of an implicit submenu
# with visible items, even when the node itself is invisible. This
# can happen e.g. if the symbol has an optional prompt
- # ('prompt "foo" if COND') that is currently invisible. The node
- # will appear in the 'show-all' style (red).
+ # ('prompt "foo" if COND') that is currently invisible.
if shown(node) or shown_children:
res.append(node)