mirror of
https://github.com/tailscale/tailscale.git
synced 2024-12-04 15:35:38 +00:00
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
|
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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user