reworked comment of IPTable struct

Signed-off-by: Benjamin Böhmke <benjamin@boehmke.net>
This commit is contained in:
Benjamin Böhmke 2020-07-22 15:08:22 +02:00
parent 1e1408f421
commit 9f98bd79d8
1 changed files with 1 additions and 1 deletions

View File

@ -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
}