diff --git a/ipv6/doc.go b/ipv6/doc.go index dd13aa21..7d75698f 100644 --- a/ipv6/doc.go +++ b/ipv6/doc.go @@ -97,7 +97,7 @@ // between the protocol stack within the kernel. When the application // needs a destination address on an incoming packet, // SetControlMessage of ipv6.PacketConn is used to enable control -// message transmissons. +// message transmissions. // // if err := p.SetControlMessage(ipv6.FlagDst, true); err != nil { // // error handling