diff --git a/peer/peer.go b/peer/peer.go index e8af7161c9f4..e4e1987b0108 100644 --- a/peer/peer.go +++ b/peer/peer.go @@ -35,7 +35,7 @@ type Peer struct { // AuthInfo is the authentication information of the transport. // It is nil if there is no transport security being used. AuthInfo credentials.AuthInfo - // LocalAddr is the peer local addrerss. + // LocalAddr is the peer local address. LocalAddr net.Addr }