diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-27 10:23:41 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-27 10:40:50 +0100 |
| commit | 69bd2f5f67c1444fae9558ddbda09389e8d6c7ab (patch) | |
| tree | 3bb4b9c3dc03ff81da9c478f7a2a6640a491ac59 /kconfiglib.py | |
| parent | d63ef8aa53a1d372a38483bcbd91cbaec082378e (diff) | |
Fix typo in comment: s/T_IF/_T_IF/
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
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 |
