summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/stack/iptables.go
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-10-29 21:38:24 +0000
committergVisor bot <gvisor-bot@google.com>2020-10-29 21:38:24 +0000
commit8f9a789489aa60b3e1e72b5410d3b321f4858bbb (patch)
tree2ee2e729b66e7a131ff907a66fb2cfbac580d75f /pkg/tcpip/stack/iptables.go
parent38352c1de305a60c9591d37e57d616570100b03e (diff)
parent181fea0b58f2e13a469a34eb0b921b169d292a9d (diff)
Merge release-20201019.0-103-g181fea0b5 (automated)
Diffstat (limited to 'pkg/tcpip/stack/iptables.go')
-rw-r--r--pkg/tcpip/stack/iptables.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/iptables.go b/pkg/tcpip/stack/iptables.go
index df6bd1315..2d8c883cd 100644
--- a/pkg/tcpip/stack/iptables.go
+++ b/pkg/tcpip/stack/iptables.go
@@ -25,7 +25,7 @@ import (
// TableID identifies a specific table.
type TableID int
-// Each value identifies a specfic table.
+// Each value identifies a specific table.
const (
NATID TableID = iota
MangleID