trie: fix typo in comment (#25241)

paralallel -> parallel
This commit is contained in:
aaronbuchwald 2022-07-06 02:49:09 -04:00 committed by GitHub
parent cb7f35996d
commit 926b3e08ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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