go.net/ipv4: fix typo

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/9827043
diff --git a/ipv4/endpoint.go b/ipv4/endpoint.go
index 6e598b4..e8b320c 100644
--- a/ipv4/endpoint.go
+++ b/ipv4/endpoint.go
@@ -162,7 +162,7 @@
 	return c.packetHandler.c.Close()
 }
 
-// NewRawConn returns a new RawConn using c as it sunderlying
+// NewRawConn returns a new RawConn using c as its underlying
 // transport.
 func NewRawConn(c net.PacketConn) (*RawConn, error) {
 	r := &RawConn{