1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:20:13 -06:00

net: fix typo

R=golang-codereviews, bradfitz, dave
CC=golang-codereviews
https://golang.org/cl/46600043
This commit is contained in:
Mikio Hara 2013-12-31 18:52:37 +09:00
parent dcf562dfb6
commit b4571bdfe8

View 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.