From 381ca5ec07dae19d3dccc90854d0907aceaa9165 Mon Sep 17 00:00:00 2001 From: Ricardo Domingos Date: Tue, 21 Nov 2017 22:30:46 +0100 Subject: [PATCH] eth: fix typo in comment --- eth/downloader/peer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/downloader/peer.go b/eth/downloader/peer.go index e638744ea5..a4aa861146 100644 --- a/eth/downloader/peer.go +++ b/eth/downloader/peer.go @@ -548,7 +548,7 @@ func (ps *peerSet) idlePeers(minProtocol, maxProtocol int, idleCheck func(*peerC 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. func (ps *peerSet) medianRTT() time.Duration { // Gather all the currnetly measured round trip times