Skip to content

Commit 7104184

Browse files
aaronbuchwaldHanWang233
authored andcommitted
trie: fix grammar in comment (ethereum#25648)
1 parent b5f0d62 commit 7104184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trie/database.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ func (n *cachedNode) rlp() []byte {
163163
// or by regenerating it from the rlp encoded blob.
164164
func (n *cachedNode) obj(hash common.Hash) node {
165165
if node, ok := n.node.(rawNode); ok {
166-
// The raw-blob format nodes are loaded from either from
166+
// The raw-blob format nodes are loaded either from the
167167
// clean cache or the database, they are all in their own
168168
// copy and safe to use unsafe decoder.
169169
return mustDecodeNodeUnsafe(hash[:], node)

0 commit comments

Comments
 (0)