summaryrefslogtreecommitdiff
path: root/menuconfig.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-04 02:24:44 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-04 02:24:44 +0100
commit68426efeae6aae30f85ef81b8bdead96853df603 (patch)
tree48781dfa9ea4424d72638f38a0117bf4aeaed90e /menuconfig.py
parent3393d4ab948945bbf9fce6ab42f65dbfc8d14bc8 (diff)
Comment grammar nit
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 029b145..271cc1e 100755
--- a/menuconfig.py
+++ b/menuconfig.py
@@ -1024,7 +1024,7 @@ def _enter_menu(menu):
def _select_selected_choice_sym():
# Puts the cursor on the currently selected (y-valued) choice symbol, if
- # any. Do nothing if if the choice has no selection (is not visible/in y
+ # any. Does nothing if if the choice has no selection (is not visible/in y
# mode).
global _sel_node_i