From 583f57d5cc5e24104f178204487755a8deffd38d Mon Sep 17 00:00:00 2001 From: Daniel Olshansky Date: Tue, 4 Jun 2024 19:47:20 -0700 Subject: [PATCH] Update extension_node.go Co-authored-by: h5law Signed-off-by: Daniel Olshansky --- extension_node.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension_node.go b/extension_node.go index 379793d..38282d3 100644 --- a/extension_node.go +++ b/extension_node.go @@ -131,7 +131,7 @@ func (extNode *extensionNode) split(path []byte) (trieNode, *trieNode, int) { return head, &b, pathIdx } -// expand returns the inner node that represents the end of the singly +// expand returns the inner node that represents the start of the singly // linked list that this extension node represents func (extNode *extensionNode) expand() trieNode { last := extNode.child