p2p: fix typo in dialstate comment

This commit is contained in:
Guillaume Ballet 2019-04-17 22:17:01 +02:00
parent 78ec90717a
commit 5dd2e56e0e

View file

@ -65,7 +65,7 @@ func (t TCPDialer) Dial(dest *enode.Node) (net.Conn, error) {
} }
// dialstate schedules dials and discovery lookups. // 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. // of the main loop in Server.run.
type dialstate struct { type dialstate struct {
maxDynDials int maxDynDials int