aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Fifield <david@bamsoftware.com>2023-03-13 15:10:35 -0600
committerDavid Fifield <david@bamsoftware.com>2023-03-13 15:10:35 -0600
commit36d5d2dd83fcad4d3a05f6f6472d96da4759d794 (patch)
treeff3ff1c0f1e0d2bfbcbc7584de4a56d103dae371
parentef51f2063e8747f4256e756a3f572875700b0190 (diff)
downloadsnowflake-36d5d2dd83fcad4d3a05f6f6472d96da4759d794.tar.gz
snowflake-36d5d2dd83fcad4d3a05f6f6472d96da4759d794.zip
Fix comment typo on NewRedialPacketConn.
-rw-r--r--common/turbotunnel/redialpacketconn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/turbotunnel/redialpacketconn.go b/common/turbotunnel/redialpacketconn.go
index cf6a8c9..9b71440 100644
--- a/common/turbotunnel/redialpacketconn.go
+++ b/common/turbotunnel/redialpacketconn.go
@@ -33,7 +33,7 @@ type RedialPacketConn struct {
err atomic.Value
}
-// NewQueuePacketConn makes a new RedialPacketConn, with the given static local
+// NewRedialPacketConn makes a new RedialPacketConn, with the given static local
// and remote addresses, and dialContext function.
func NewRedialPacketConn(
localAddr, remoteAddr net.Addr,