Unverified Commit 926b3e08 authored by aaronbuchwald's avatar aaronbuchwald Committed by GitHub

trie: fix typo in comment (#25241)

paralallel -> parallel
parent cb7f3599
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment