all: fix typos in comments (#21118)
This commit is contained in:
@ -125,7 +125,7 @@ func iterateTransactions(db ethdb.Database, from uint64, to uint64, reverse bool
|
||||
}
|
||||
}
|
||||
}
|
||||
// process runs in parallell
|
||||
// process runs in parallel
|
||||
nThreadsAlive := int32(threads)
|
||||
process := func() {
|
||||
defer func() {
|
||||
|
Reference in New Issue
Block a user