diff options
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 4 |
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 |
