From 10d9e2ffd115dacf2cf8d0d71cf7bf4eb8cf9b71 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Thu, 14 Mar 2019 15:38:51 +0100 Subject: Comment nit --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') 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) -- cgit v1.2.3