summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-11-06 12:43:17 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2018-11-06 12:43:17 +0100
commit8c989618c9cb10ae8e140c081d1633371f1758fb (patch)
tree61b2b0e2454dbea8ad04c344570baee43da12c3a
parent7992519be5d59a69dc71f43ec2f34c5594afdb14 (diff)
Comment nit
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index b88bd6e..2e30486 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -3856,7 +3856,7 @@ class Symbol(object):
has_active_range = False
# Defaults are used if the symbol is invisible, lacks a user value,
- # or has an out-of-range user value.
+ # or has an out-of-range user value
use_defaults = True
if vis and self.user_value: