diff options
| -rw-r--r-- | kconfiglib.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index 609ba7d..1392a96 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2637,8 +2637,8 @@ class Kconfig(object): cur = cur.next def _copy_deps_to_sc(self, node): - # Copies properties from the menu node 'node' up to its - # contained symbol or choice. + # Copies properties from the menu node 'node' up to its contained + # symbol or choice. # # This can't be rolled into _propagate_deps(), because that function # traverses the menu tree roughly breadth-first order, meaning |
