Skip to content

Commit 2275c7e

Browse files
rjl493456442holiman
authored andcommitted
trie: fix typo
1 parent 046df3f commit 2275c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trie/committer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func (c *committer) store(n node, db *Database, hasVnodeChildren bool) node {
180180
)
181181
if hash == nil {
182182
// This was not generated - must be a small node stored in the parent.
183-
// In thoery we should apply the leafCall here if it's not nil(embeded
183+
// In theory we should apply the leafCall here if it's not nil(embeded
184184
// node usually contains value). But small value(less than 32bytes) is
185185
// not our target.
186186
return n

0 commit comments

Comments
 (0)