From fa0783115466c35f52b226317cc26903f918a8ce Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Sun, 12 Jan 2020 15:27:01 +0100 Subject: Fix _parse_block() comment re. next pointer It's not the 'next' attribute of the node that's added that's set, but the 'next' attribute of the node before it. --- kconfiglib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kconfiglib.py') diff --git a/kconfiglib.py b/kconfiglib.py index 69ee4fd..d491368 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -2895,7 +2895,7 @@ class Kconfig(object): # # prev: # The previous menu node. New nodes will be added after this one (by - # modifying their 'next' pointer). + # modifying 'next' pointers). # # 'prev' is reused to parse a list of child menu nodes (for a menu or # Choice): After parsing the children, the 'next' pointer is assigned -- cgit v1.2.3