From c4c702ee3592ad5f39df3d8c3ba56eb8c934f94d Mon Sep 17 00:00:00 2001 From: bnovil Date: Tue, 10 Oct 2023 15:53:36 +0800 Subject: [PATCH] fix a typo --- trie/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie/sync.go b/trie/sync.go index 9da0706075..44f53abc23 100644 --- a/trie/sync.go +++ b/trie/sync.go @@ -302,7 +302,7 @@ func (s *Sync) Missing(max int) ([]string, []common.Hash, []common.Hash) { } // ProcessCode injects the received data for requested item. Note it can -// happpen that the single response commits two pending requests(e.g. +// happen that the single response commits two pending requests(e.g. // there are two requests one for code and one for node but the hash // is same). In this case the second response for the same hash will // be treated as "non-requested" item or "already-processed" item but