diff --git a/wgengine/magicsock/magicsock.go b/wgengine/magicsock/magicsock.go index b1f919270..77926c95f 100644 --- a/wgengine/magicsock/magicsock.go +++ b/wgengine/magicsock/magicsock.go @@ -2782,7 +2782,7 @@ func (c *Conn) CreateBind(uint16) (conn.Bind, uint16, error) { // // The key is the public key of the peer and addrs is either: // -// 1) a comma-separated list of UDP ip:ports (the the peer doesn't have a discovery key) +// 1) a comma-separated list of UDP ip:ports (the peer doesn't have a discovery key) // 2) ".disco.tailscale:12345", a magic value that means the peer // is running code that supports active discovery, so CreateEndpoint returns // a discoEndpoint.