summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 6f36f73..4d763a3 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -920,7 +920,7 @@ class Kconfig(object):
self._tokenize()
# Remove the "if " to avoid giving confusing error messages
self._line = s
- # Remove the T_IF token
+ # Remove the _T_IF token
del self._tokens[0]
return expr_value(self._parse_expr(True)) # transform_m