From 4c060ac730251d21c5b004bccec5c99b164a4c9b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 20 May 2018 09:45:55 +0200 Subject: menuconfig: Fix outdated 'matches' comment --- menuconfig.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'menuconfig.py') 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(): -- cgit v1.2.3