From b220fb456b7c87a4d4d83a1729321a465253b731 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 15 Jun 2018 01:29:00 +0200 Subject: Comment wording nit --- kconfiglib.py | 4 ++-- 1 file 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 -- cgit v1.2.3