Explorar o código

ipv4: fix a typo

Change-Id: I9edeffebf3f22880c4e2d14fa3754415757dcdca
Mikio Hara %!s(int64=11) %!d(string=hai) anos
pai
achega
9818cd4509
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"