summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-18 15:29:38 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-18 15:29:38 +0100
commitb42023a749574eb574e2bb09ae2843bdaea4c189 (patch)
tree17f286dc82663c4dd6ae929b2194bbfe3e9a214c
parentd6aa5cf8d47023b9bf2bdc0f94cd77efa189ff6c (diff)
Fix typo in comment
Rephrase it a bit too.
-rw-r--r--kconfiglib.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index d42aa1f..e0f1c99 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1431,8 +1431,7 @@ class Kconfig(object):
continue
if t0 in (_T_CONFIG, _T_MENUCONFIG):
- # The tokenizer allocates a Symbol objects the first time a
- # symbol is seen
+ # The tokenizer allocates Symbol objects for us
sym = self._next_token()
node = MenuNode()