Skip to content

Commit 98be5f9

Browse files
authored
trie: fix spelling mistake (#24185)
mispelled words in comments: th enext
1 parent 356bbe3 commit 98be5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trie/sync.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ func (s *Sync) Missing(max int) (nodes []common.Hash, paths []SyncPath, codes []
224224
codeHashes []common.Hash
225225
)
226226
for !s.queue.Empty() && (max == 0 || len(nodeHashes)+len(codeHashes) < max) {
227-
// Retrieve th enext item in line
227+
// Retrieve the next item in line
228228
item, prio := s.queue.Peek()
229229

230230
// If we have too many already-pending tasks for this depth, throttle

0 commit comments

Comments
 (0)