From 57e642648f30864369c6a41f9678e151fe904e4a Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Wed, 2 Sep 2020 11:34:06 -0700 Subject: [PATCH] wgengine/magicsock: fix typo in comment --- wgengine/magicsock/magicsock.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.