summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 881e64a..42cf93f 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -3846,7 +3846,7 @@ class Symbol(object):
# Helper for printing an informative warning when a symbol with
# unsatisfied direct dependencies (dependencies from 'depends on', ifs,
# and menus) is selected by some other symbol. Also warn if a symbol
- # whose direct dependencies evaluate to m is selected to y.
+ # whose direct dependencies evaluate to m is selected to y.
dir_dep_val = expr_value(self.direct_dep)