From b42023a749574eb574e2bb09ae2843bdaea4c189 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sat, 18 Nov 2017 15:29:38 +0100 Subject: Fix typo in comment Rephrase it a bit too. --- kconfiglib.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index d42aa1f..e0f1c99 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1431,8 +1431,7 @@ class Kconfig(object): continue if t0 in (_T_CONFIG, _T_MENUCONFIG): - # The tokenizer allocates a Symbol objects the first time a - # symbol is seen + # The tokenizer allocates Symbol objects for us sym = self._next_token() node = MenuNode() -- cgit v1.2.3