summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-06-15 01:29:00 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-06-15 01:29:00 +0200
commitb220fb456b7c87a4d4d83a1729321a465253b731 (patch)
treed5f2f414dcc2590ed98b10cc84dccfc09888d416
parentc28a4ebc725f505076475ac03e3b595daa909b54 (diff)
Comment wording nit
-rw-r--r--kconfiglib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index a42921c..4ac1e63 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -2533,8 +2533,8 @@ class Kconfig(object):
#
# The recursive _finalize_tree() calls assume that the current
# "level" in the tree has already had dependencies propagated. This
- # makes e.g. implicit submenu creation, which needs to look ahead,
- # easier to implement.
+ # makes e.g. implicit submenu creation easier, because it needs to
+ # look ahead.
self._propagate_deps(node, visible_if)
# Finalize the children