From 99c3ddcb15de08c33bf5d67a6a750a040da284a6 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 17 Jun 2015 20:33:57 +0200 Subject: Comment consistency nit. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3