Fix comment typo on NewRedialPacketConn.

This commit is contained in:
David Fifield 2023-03-13 15:10:35 -06:00
parent ef51f2063e
commit 36d5d2dd83

View file

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