summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index b6e534c..4dbb530 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1812,8 +1812,7 @@ class Kconfig(object):
i = match.end()
else:
- # Neither a keyword nor a non-const symbol (except
- # $()-expansion might still yield a non-const symbol).
+ # Neither a keyword nor a non-const symbol
# We always strip whitespace after tokens, so it is safe to
# assume that s[i] is the start of a token here.