summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2019-03-14 15:38:51 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2019-03-14 16:43:36 +0100
commit10d9e2ffd115dacf2cf8d0d71cf7bf4eb8cf9b71 (patch)
tree20cafe63162f554969272fecb11672b1feff5046 /kconfiglib.py
parentbf407654df1081e7fbc3f876288cc275092cf549 (diff)
Comment nit
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)