trie: fix typo in comment (#25241)

paralallel -> parallel
pull/25251/head
aaronbuchwald 2 years ago committed by GitHub
parent cb7f35996d
commit 926b3e08ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      trie/hasher.go

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

Loading…
Cancel
Save