From 29bba5d0b2102f405122e2ab8462f262e285cefb Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Thu, 18 Apr 2019 09:02:11 +0200 Subject: [PATCH] p2p: fix typo in dialstate comment (#19476) --- p2p/dial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/dial.go b/p2p/dial.go index 075a0f936..936887a1a 100644 --- a/p2p/dial.go +++ b/p2p/dial.go @@ -65,7 +65,7 @@ func (t TCPDialer) Dial(dest *enode.Node) (net.Conn, error) { } // dialstate schedules dials and discovery lookups. -// it get's a chance to compute new tasks on every iteration +// It gets a chance to compute new tasks on every iteration // of the main loop in Server.run. type dialstate struct { maxDynDials int