summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index f620e11..9f4327c 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -671,7 +671,7 @@ class Config(object):
# It's a keyword
append(keyword)
elif previous in STRING_LEX:
- # What would ordinarily be considered a symbol name is
+ # What would ordinarily be considered an identifier is
# treated as a string after certain tokens
append(name)
else: