diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-05 04:13:14 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-05 04:13:14 +0100 |
| commit | 7488e4f2d2865398e7317c67e433dfe30e976f4b (patch) | |
| tree | c2ba6b46366b0e50715d22e80cf5d3176f98cebe /kconfiglib.py | |
| parent | bbe3aee9ca336515ff6679eea44277339a9e43e4 (diff) | |
Fix defconfig_list-related comment typo
s/the defconfig_list/the defconfig_list symbol/
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 4 |
1 files 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 |
