From b4571bdfe885a377dcb890c819c22deed9106a24 Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Tue, 31 Dec 2013 18:52:37 +0900 Subject: [PATCH] net: fix typo R=golang-codereviews, bradfitz, dave CC=golang-codereviews https://golang.org/cl/46600043 --- src/pkg/net/iprawsock_posix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.