diff --git a/p2p/dial.go b/p2p/dial.go
index 075a0f93680ab072fb9b0f4f48a3fe00d4c3d077..936887a1a1f5cec44fa425f6dce131452278f668 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