From 926b3e08ba926fa4c9b699dc496daa03be19ffa3 Mon Sep 17 00:00:00 2001 From: aaronbuchwald Date: Wed, 6 Jul 2022 02:49:09 -0400 Subject: [PATCH] trie: fix typo in comment (#25241) paralallel -> parallel --- trie/hasher.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie/hasher.go b/trie/hasher.go index 2949a3ddee..9e17d639fc 100644 --- a/trie/hasher.go +++ b/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