From 7488e4f2d2865398e7317c67e433dfe30e976f4b Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 5 Mar 2018 04:13:14 +0100 Subject: Fix defconfig_list-related comment typo s/the defconfig_list/the defconfig_list symbol/ --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kconfiglib.py b/kconfiglib.py index 0788ef7..5e16417 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2793,8 +2793,8 @@ class Symbol(object): # env_var corresponds to SYMBOL_AUTO in the C implementation, and is # also set on the defconfig_list symbol there. Test for the # defconfig_list symbol explicitly instead here, to avoid a nonsensical - # env_var setting and the defconfig_list being printed incorrectly. - # This code is pretty cold anyway. + # env_var setting and the defconfig_list symbol being printed + # incorrectly. This code is pretty cold anyway. if self.env_var is not None or self is self.kconfig.defconfig_list: self._write_to_conf = False -- cgit v1.2.3