summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 0afb7b6..761b754 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -1036,8 +1036,8 @@ class Config(object):
choice._determine_actual_symbols()
- # If no type is set for the choice, its type is that of the
- # first choice item
+ # If no type is specified for the choice, its type is that of
+ # the first choice item with a specified type
if choice.type == UNKNOWN:
for item in choice.actual_symbols:
if item.type != UNKNOWN: