소스 검색

p2p: fix typo in dialstate comment (#19476)

Guillaume Ballet 6 년 전
부모
커밋
29bba5d0b2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      p2p/dial.go

+ 1 - 1
p2p/dial.go

@@ -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