eth: fix typo in comment

This commit is contained in:
Ricardo Domingos 2017-11-21 22:30:46 +01:00 committed by Péter Szilágyi
parent 870fc35ed3
commit 381ca5ec07
No known key found for this signature in database
GPG key ID: E9AE538CEDF8293D

View file

@ -548,7 +548,7 @@ func (ps *peerSet) idlePeers(minProtocol, maxProtocol int, idleCheck func(*peerC
return idle, total return idle, total
} }
// medianRTT returns the median RTT of te peerset, considering only the tuning // medianRTT returns the median RTT of the peerset, considering only the tuning
// peers if there are more peers available. // peers if there are more peers available.
func (ps *peerSet) medianRTT() time.Duration { func (ps *peerSet) medianRTT() time.Duration {
// Gather all the currnetly measured round trip times // Gather all the currnetly measured round trip times