eth/downloader: minor typo fixes in comments (#21035)

This commit is contained in:
Guillaume Ballet
2020-05-06 15:35:04 +02:00
committed by GitHub
parent 5cdc2dffda
commit 234cc8e77f
4 changed files with 7 additions and 8 deletions

View File

@ -174,8 +174,8 @@ func (s *Sync) Missing(max int) []common.Hash {
}
// Process injects a batch of retrieved trie nodes data, returning if something
// was committed to the database and also the index of an entry if processing of
// it failed.
// was committed to the database and also the index of an entry if its processing
// failed.
func (s *Sync) Process(results []SyncResult) (bool, int, error) {
committed := false