diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-14 15:38:51 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2019-03-14 16:43:36 +0100 |
| commit | 10d9e2ffd115dacf2cf8d0d71cf7bf4eb8cf9b71 (patch) | |
| tree | 20cafe63162f554969272fecb11672b1feff5046 /kconfiglib.py | |
| parent | bf407654df1081e7fbc3f876288cc275092cf549 (diff) | |
Comment nit
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 2 |
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) |
