summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-27 10:23:41 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-27 10:40:50 +0100
commit69bd2f5f67c1444fae9558ddbda09389e8d6c7ab (patch)
tree3bb4b9c3dc03ff81da9c478f7a2a6640a491ac59 /kconfiglib.py
parentd63ef8aa53a1d372a38483bcbd91cbaec082378e (diff)
Fix typo in comment: s/T_IF/_T_IF/
Diffstat (limited to 'kconfiglib.py')
-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