diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-18 15:29:38 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-18 15:29:38 +0100 |
| commit | b42023a749574eb574e2bb09ae2843bdaea4c189 (patch) | |
| tree | 17f286dc82663c4dd6ae929b2194bbfe3e9a214c /kconfiglib.py | |
| parent | d6aa5cf8d47023b9bf2bdc0f94cd77efa189ff6c (diff) | |
Fix typo in comment
Rephrase it a bit too.
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 3 |
1 files changed, 1 insertions, 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() |
