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,