Commit cb3df7ea authored by Mikio Hara's avatar Mikio Hara

go.net/ipv4: fix typo

R=golang-dev, dave
CC=golang-dev
https://golang.org/cl/9827043
parent 34e604dd
......@@ -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{
......
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