Skip to content

Commit

Permalink
trie: fix typo in comment (ethereum#25241)
Browse files Browse the repository at this point in the history
paralallel -> parallel
  • Loading branch information
aaronbuchwald authored and jagdeep sidhu committed Jul 6, 2022
1 parent 246a518 commit cec5d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trie/hasher.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type hasher struct {
sha crypto.KeccakState
tmp []byte
encbuf rlp.EncoderBuffer
parallel bool // Whether to use paralallel threads when hashing
parallel bool // Whether to use parallel threads when hashing
}

// hasherPool holds pureHashers
Expand Down

0 comments on commit cec5d2a

Please sign in to comment.