types/netmap: fix NodeMutationEndpoints docs typo (#16234)

Updates #cleanup

Signed-off-by: Jordan Whited <jordan@tailscale.com>
tomhjp/magicsock-endpoints
Jordan Whited 6 months ago committed by GitHub
parent 9501f66985
commit cc8dc9e4dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -37,7 +37,7 @@ func (m NodeMutationDERPHome) Apply(n *tailcfg.Node) {
n.HomeDERP = m.DERPRegion
}
// NodeMutation is a NodeMutation that says a node's endpoints have changed.
// NodeMutationEndpoints is a NodeMutation that says a node's endpoints have changed.
type NodeMutationEndpoints struct {
mutatingNodeID
Endpoints []netip.AddrPort

Loading…
Cancel
Save