瀏覽代碼

ipv4: fix a typo

Change-Id: I9edeffebf3f22880c4e2d14fa3754415757dcdca
Mikio Hara 11 年之前
父節點
當前提交
9818cd4509
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ipv4/doc.go

+ 1 - 1
ipv4/doc.go

@@ -231,7 +231,7 @@
 // when an application which runs on IGMPv3 unsupported platform uses
 // JoinSourceSpecificGroup and LeaveSourceSpecificGroup.
 // In general the platform tries to fall back to conversations using
-// IGMPv1 or IGMP2 and starts to listen to multicast traffic.
+// IGMPv1 or IGMPv2 and starts to listen to multicast traffic.
 // In the fallback case, ExcludeSourceSpecificGroup and
 // IncludeSourceSpecificGroup may return an error.
 package ipv4 // import "golang.org/x/net/ipv4"