From: Mikio Hara Date: Tue, 31 Dec 2013 09:52:37 +0000 (+0900) Subject: net: fix typo X-Git-Tag: go1.3beta1~1084 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b4571bdfe885a377dcb890c819c22deed9106a24;p=gostls13.git net: fix typo R=golang-codereviews, bradfitz, dave CC=golang-codereviews https://golang.org/cl/46600043 --- diff --git a/src/pkg/net/iprawsock_posix.go b/src/pkg/net/iprawsock_posix.go index 7228532576..a1a008ac41 100644 --- a/src/pkg/net/iprawsock_posix.go +++ b/src/pkg/net/iprawsock_posix.go @@ -19,7 +19,7 @@ import ( // that you do not uses these methods if it is important to receive a // full packet. // -// The Go 1 compatibliity guidelines make it impossible for us to +// The Go 1 compatibility guidelines make it impossible for us to // change the behavior of these methods; use Read or ReadMsgIP // instead.