From 69bd2f5f67c1444fae9558ddbda09389e8d6c7ab Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 27 Nov 2017 10:23:41 +0100 Subject: Fix typo in comment: s/T_IF/_T_IF/ --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3