summaryrefslogtreecommitdiff
path: root/kconfiglib.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-10-30 15:27:31 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-10-30 15:27:31 +0100
commita46d6627f2fcb095832413aa74942476462278ad (patch)
tree0ae5ee561ce0d713ead0632b2b85978d82c4a880 /kconfiglib.py
parentdfa17071ce6470a5a4dccc5d345b953e8b7549f7 (diff)
Comment nit
Diffstat (limited to 'kconfiglib.py')
-rw-r--r--kconfiglib.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kconfiglib.py b/kconfiglib.py
index 09d821f..f960cf1 100644
--- a/kconfiglib.py
+++ b/kconfiglib.py
@@ -3785,8 +3785,8 @@ def _finalize_tree(node):
during parsing instead.
"""
- # The ordering here gets a bit tricky, but it's important to do things in
- # this order to have everything work out correctly.
+ # The ordering here gets a bit tricky. It's important to do things in this
+ # order to have everything work out correctly.
if node.list is not None:
# The menu node has children. Finalize them.