]> Cypherpunks repositories - gostls13.git/commitdiff
net: Fix grammar error
authorKevin Burke <kev@inburke.com>
Fri, 6 Jan 2017 01:49:08 +0000 (17:49 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 6 Jan 2017 01:58:00 +0000 (01:58 +0000)
Change-Id: I1c2e17b25ca91be37a18c47e70678c3753070fb8
Reviewed-on: https://go-review.googlesource.com/34827
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
src/net/iprawsock.go

index 8d84135336a61fac05a56fac4dfd7fe20c2576bf..d994fc67c65825f221f4b42dc25723b56159f953 100644 (file)
@@ -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