diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-15 00:03:08 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-10-15 00:03:41 +0200 |
| commit | 10d412e43fb5233b9e0105d79e3a53c2fdee4446 (patch) | |
| tree | c68bb9d58f6dba1655ace0786f40f782e49310ec /kconfiglib.py | |
| parent | 853fa1915968015037610c03c67694da894a0081 (diff) | |
Fix typo in _add_props_to_sc() comment
Diffstat (limited to 'kconfiglib.py')
| -rw-r--r-- | kconfiglib.py | 6 |
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 |
