瀏覽代碼

libnetwork: fix typo in iptables.go

Co-authored-by: Ikko Ashimine <eltociear@gmail.com>
Signed-off-by: Cory Snider <csnider@mirantis.com>
Cory Snider 1 年之前
父節點
當前提交
9a41cc58d9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libnetwork/iptables/iptables.go

+ 1 - 1
libnetwork/iptables/iptables.go

@@ -363,7 +363,7 @@ func (c *ChainInfo) Forward(action Action, ip net.IP, port int, proto, destAddr
 	if proto == "sctp" {
 		// Linux kernel v4.9 and below enables NETIF_F_SCTP_CRC for veth by
 		// the following commit.
-		// This introduces a problem when conbined with a physical NIC without
+		// This introduces a problem when combined with a physical NIC without
 		// NETIF_F_SCTP_CRC. As for a workaround, here we add an iptables entry
 		// to fill the checksum.
 		//