trie: fix typo in comment (#25241)

paralallel -> parallel
This commit is contained in:
aaronbuchwald
2022-07-06 08:49:09 +02:00
committed by GitHub
parent cb7f35996d
commit 926b3e08ba
+1 -1
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