aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Burke <kev@inburke.com>2017-01-05 17:49:08 -0800
committerBrad Fitzpatrick <bradfitz@golang.org>2017-01-06 01:58:00 +0000
commit867dcb5570919e3b0c7dc35662e604c7136cc68d (patch)
treeb98bed6c95f7ce0c8db6996f288b2bcc59341c56
parentb07363da169413498908a9e959a9ee1c3d6fc2d0 (diff)
downloadgo-867dcb5570919e3b0c7dc35662e604c7136cc68d.tar.gz
go-867dcb5570919e3b0c7dc35662e604c7136cc68d.zip
net: Fix grammar error
Change-Id: I1c2e17b25ca91be37a18c47e70678c3753070fb8 Reviewed-on: https://go-review.googlesource.com/34827 Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
-rw-r--r--src/net/iprawsock.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/iprawsock.go b/src/net/iprawsock.go
index 8d84135336..d994fc67c6 100644
--- a/src/net/iprawsock.go
+++ b/src/net/iprawsock.go
@@ -14,7 +14,7 @@ import (
// IPv4 packet, including its header, even if there is space
// available. This can occur even in cases where Read or ReadMsgIP
// could return a complete packet. For this reason, it is recommended
-// that you do not uses these methods if it is important to receive a
+// that you do not use these methods if it is important to receive a
// full packet.
//
// The Go 1 compatibility guidelines make it impossible for us to