From 5dd2e56e0e000381c0b51753ab432ce54ba79e52 Mon Sep 17 00:00:00 2001 From: Guillaume Ballet Date: Wed, 17 Apr 2019 22:17:01 +0200 Subject: [PATCH] p2p: fix typo in dialstate comment --- p2p/dial.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/dial.go b/p2p/dial.go index 075a0f9368..936887a1a1 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