summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-05-31 06:36:09 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-05-31 06:36:09 +0200
commitaeb987e17f089c3a10db96f4cf86000af99fcfde (patch)
tree85602cc95a22a4a7d2cb650dc3e01090d860a424 /menuconfig.py
parentf519ab51e64e03e62a876167e4ce61e601f56981 (diff)
menuconfig: Fix outdated comment
cached_search_strings was renamed to cached_search_nodes.
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 ff27d17..44ec4cb 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -1557,7 +1557,7 @@ def _jump_to_dialog():
s, s_i, hscroll = _edit_text(c, s, s_i, hscroll,
edit_box.getmaxyx()[1] - 2)
-# Obscure Python: We never pass a value for cached_search_strings, and it keeps
+# Obscure Python: We never pass a value for cached_search_nodes, and it keeps
# pointing to the same list. This avoids a global.
def _searched_nodes(cached_search_nodes=[]):
# Returns a list of menu nodes to search, sorted by symbol name