Commit 1e5264da authored by Mikio Hara's avatar Mikio Hara

ipv4: fix typo in package documentation

Change-Id: I73a93368cdff6cb9938dbe6b1dda05133a1043f5
Reviewed-on: https://go-review.googlesource.com/12629Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent eab13bbf
......@@ -114,7 +114,7 @@
// // error handling
// }
// if cm.Dst.IsMulticast() {
// if cm.Dst.Equal(group)
// if cm.Dst.Equal(group) {
// // joined group, do something
// } else {
// // unknown group, discard
......
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