From 5eb55bfce63085151a74db9441797ddd56b854bd Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Wed, 17 Jan 2018 15:32:11 +0100 Subject: Fix some typos --- kconfiglib.py | 4 ++-- 1 file 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: -- cgit v1.2.3