diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-10 08:46:28 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2017-11-10 08:46:28 +0100 |
| commit | 8757ff9ae1d23499ed58ee8ea6f1fb578603d2c7 (patch) | |
| tree | 92bf5406143916bdfcb207efabed6912e2881873 /kconfiglib.py | |
| parent | 5c2a3458a51a78665adbebd3ce64d2ea0f95718d (diff) | |
Fix a few typos
Clean up some formatting a bit too.
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 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 |
