summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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()