Skip to content

Commit 3d68bb0

Browse files
trie: fix grammar in comment (#25648)
1 parent 8cfcb41 commit 3d68bb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: trie/database.go

+1-1
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)