summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-10-15 00:03:08 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-10-15 00:03:41 +0200
commit10d412e43fb5233b9e0105d79e3a53c2fdee4446 (patch)
treec68bb9d58f6dba1655ace0786f40f782e49310ec /kconfiglib.py
parent853fa1915968015037610c03c67694da894a0081 (diff)
Fix typo in _add_props_to_sc() comment
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index b6c1d4a..700870d 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -3194,9 +3194,9 @@ class Kconfig(object):
# symbol or choice.
#
# This can't be rolled into _propagate_deps(), because that function
- # traverses the menu tree roughly breadth-first order, meaning
- # properties on symbols and choices defined in multiple locations could
- # end up in the wrong order.
+ # traverses the menu tree roughly breadth-first, meaning properties on
+ # symbols and choices defined in multiple locations could end up in the
+ # wrong order.
# Symbol or choice
sc = node.item