diff options
| -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 |
