Commit 867dcb55 authored by Kevin Burke's avatar Kevin Burke Committed by Brad Fitzpatrick

net: Fix grammar error

Change-Id: I1c2e17b25ca91be37a18c47e70678c3753070fb8
Reviewed-on: https://go-review.googlesource.com/34827Reviewed-by: 's avatarJoe Tsai <thebrokentoaster@gmail.com>
parent b07363da
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment