]> Cypherpunks repositories - gostls13.git/commitdiff
net: fix typo
authorMikio Hara <mikioh.mikioh@gmail.com>
Tue, 31 Dec 2013 09:52:37 +0000 (18:52 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Tue, 31 Dec 2013 09:52:37 +0000 (18:52 +0900)
R=golang-codereviews, bradfitz, dave
CC=golang-codereviews
https://golang.org/cl/46600043

src/pkg/net/iprawsock_posix.go

index 722853257616e67927e14fadab5eab730b4830df..a1a008ac413c6d12fed4b31fa982169dfe651a3c 100644 (file)
@@ -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.