summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-20 09:45:55 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-20 09:45:55 +0200
commit4c060ac730251d21c5b004bccec5c99b164a4c9b (patch)
tree2d4b6d4d75a0e13f87ddf55c352766eebc79a40d
parente0905818ef376c977d0a4540ea72d61b8f554bb5 (diff)
menuconfig: Fix outdated 'matches' comment
-rwxr-xr-xmenuconfig.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/menuconfig.py b/menuconfig.py
index 97e2c03..d7e9efa 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -1449,7 +1449,7 @@ def _jump_to_dialog():
# No exception thrown, so the regexes are okay
bad_re = None
- # List of (node, node_string) tuples for the matching nodes
+ # List of matching nodes
matches = []
for node in _searched_nodes():