summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 06b0f24..60c8eaa 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -986,7 +986,7 @@ class Kconfig(object):
self.unique_defined_syms = _ordered_unique(self.defined_syms)
self.unique_choices = _ordered_unique(self.choices)
- # Do various post-processing of the menu tree
+ # Do various post-processing on the menu tree
self._finalize_tree(self.top_node, self.y)