Commit 99a55505 authored by Mikio Hara's avatar Mikio Hara

ipv4: fix typo

Change-Id: Iaec7505bea3ea29cd58147b6057f03a4c7f0861c
Reviewed-on: https://go-review.googlesource.com/29694Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 6ea239cd
......@@ -97,7 +97,7 @@
// between the protocol stack within the kernel. When the application
// needs a destination address on an incoming packet,
// SetControlMessage of ipv4.PacketConn is used to enable control
// message transmissons.
// message transmissions.
//
// if err := p.SetControlMessage(ipv4.FlagDst, true); err != nil {
// // error handling
......
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