wgengine/magicsock: fix typo in comment
This commit is contained in:
parent
d972099c78
commit
cab2c9376f
|
@ -95,7 +95,7 @@ type peerMap struct {
|
|||
byNodeKey map[tailcfg.NodeKey]*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.
|
||||
nodesOfDisco map[tailcfg.DiscoKey]map[tailcfg.NodeKey]bool
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue