summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2015-06-17 20:33:57 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2015-06-17 20:33:57 +0200
commit99c3ddcb15de08c33bf5d67a6a750a040da284a6 (patch)
tree7097744a7dfc9593b6c6b0310c358a18e6a2d14e
parentc3a9876023bfc56be1d34ab31def2d6cd5b9da7f (diff)
Comment consistency nit.
-rw-r--r--kconfiglib.py2
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