Explorar o código

reworked comment of IPTable struct

Signed-off-by: Benjamin Böhmke <benjamin@boehmke.net>
Benjamin Böhmke %!s(int64=5) %!d(string=hai) anos
pai
achega
9f98bd79d8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libnetwork/iptables/iptables.go

+ 1 - 1
libnetwork/iptables/iptables.go

@@ -62,7 +62,7 @@ var (
 	initOnce            sync.Once
 )
 
-// IPTable defines struct with IPVersion and few other members are added later
+// IPTable defines struct with IPVersion
 type IPTable struct {
 	Version IPVersion
 }