diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-17 20:33:57 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-17 20:33:57 +0200 |
| commit | 99c3ddcb15de08c33bf5d67a6a750a040da284a6 (patch) | |
| tree | 7097744a7dfc9593b6c6b0310c358a18e6a2d14e /kconfiglib.py | |
| parent | c3a9876023bfc56be1d34ab31def2d6cd5b9da7f (diff) | |
Comment consistency nit.
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 91cbf7e..5e411c9 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -684,7 +684,7 @@ class Config(object): # If the previous token is T_(MENU)CONFIG # ("(menu)config"), we're tokenizing the first line of # a symbol definition, and should remember this as a - # location where the symbol is defined. + # location where the symbol is defined sym.def_locations.append((filename, linenr)) else: # Otherwise, it's a reference to the symbol |
