From 10d412e43fb5233b9e0105d79e3a53c2fdee4446 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 15 Oct 2018 00:03:08 +0200 Subject: Fix typo in _add_props_to_sc() comment --- kconfiglib.py | 6 +++--- 1 file 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 -- cgit v1.2.3