From 8757ff9ae1d23499ed58ee8ea6f1fb578603d2c7 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Fri, 10 Nov 2017 08:46:28 +0100 Subject: Fix a few typos Clean up some formatting a bit too. --- kconfiglib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 07b9f81..afab7f9 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -1977,8 +1977,8 @@ class Kconfig(object): # fetched, so that symbols defined in multiple locations only get one # .config entry. We reset it prior to writing out a new .config. It # only needs to be reset for defined symbols, because undefined symbols - # will never be written out (because they do not appear structure - # rooted at Kconfig.top_node). + # will never be written out (because they do not appear in the menu + # tree rooted at Kconfig.top_node). # # The C tools reuse _write_to_conf for this, but we cache # _write_to_conf together with the value and don't invalidate cached -- cgit v1.2.3