fix a typo

This commit is contained in:
bnovil 2023-10-10 15:53:36 +08:00
parent 08326794e8
commit c4c702ee35

View file

@ -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 // 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 // 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 // is same). In this case the second response for the same hash will
// be treated as "non-requested" item or "already-processed" item but // be treated as "non-requested" item or "already-processed" item but