Browse Source

go.net/ipv4: fix typo

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/9827043
Mikio Hara 12 years ago
parent
commit
cb3df7ea8a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ipv4/endpoint.go

+ 1 - 1
ipv4/endpoint.go

@@ -162,7 +162,7 @@ func (c *RawConn) Close() error {
 	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{