Skip to content

Commit

Permalink
Fix typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fxamacker committed Mar 22, 2022
1 parent 051ba8e commit 953571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/complete/mtrie/trie/trie.go
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ type updateResult struct {
}

// update traverses the subtree, updates the stored registers, and returns:
// * new or orignial node (n)
// * new or original node (n)
// * allocated register count delta in subtrie (allocatedRegCountDelta)
// * allocated register size delta in subtrie (allocatedRegSizeDelta)
// * lowest height reached during recursive update in subtrie (lowestHeightTouched)
Expand Down

0 comments on commit 953571a

Please sign in to comment.