wgengine/magicsock: fix typo in comment

This commit is contained in:
Josh Bleecher Snyder 2021-11-10 12:18:13 -08:00
parent d972099c78
commit cab2c9376f

View File

@ -95,7 +95,7 @@ type peerMap struct {
byNodeKey map[tailcfg.NodeKey]*peerInfo byNodeKey map[tailcfg.NodeKey]*peerInfo
byIPPort map[netaddr.IPPort]*peerInfo byIPPort map[netaddr.IPPort]*peerInfo
// nodesOfDisco are contains the set of nodes that are using a // nodesOfDisco contains the set of nodes that are using a
// DiscoKey. Usually those sets will be just one node. // DiscoKey. Usually those sets will be just one node.
nodesOfDisco map[tailcfg.DiscoKey]map[tailcfg.NodeKey]bool nodesOfDisco map[tailcfg.DiscoKey]map[tailcfg.NodeKey]bool
} }