diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-17 15:32:11 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-01-17 15:32:11 +0100 |
| commit | 5eb55bfce63085151a74db9441797ddd56b854bd (patch) | |
| tree | 0ec091e30f6192da14067e84087b46352c6ed7d9 /kconfiglib.py | |
| parent | 3c0e931b553d0c633e65a6dc36cf5aab0a544753 (diff) | |
Fix some typos
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 256c02c..e8d1941 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -915,7 +915,7 @@ 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 - # undefine symbols will never be written out (because they do not + # undefined symbols 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 @@ -3061,7 +3061,7 @@ class Choice(object): nodes: A list of MenuNodes for this choice. In practice, the list will probably always contain a single MenuNode, but it is possible to give a choice a - name and define it in multiple locations (i've never even seen a named + name and define it in multiple locations (I've never even seen a named choice though). defaults: |
