Skip to content

Commit cc8dc9e

Browse files
authored
types/netmap: fix NodeMutationEndpoints docs typo (tailscale#16234)
Updates #cleanup Signed-off-by: Jordan Whited <jordan@tailscale.com>
1 parent 9501f66 commit cc8dc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/netmap/nodemut.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func (m NodeMutationDERPHome) Apply(n *tailcfg.Node) {
3737
n.HomeDERP = m.DERPRegion
3838
}
3939

40-
// NodeMutation is a NodeMutation that says a node's endpoints have changed.
40+
// NodeMutationEndpoints is a NodeMutation that says a node's endpoints have changed.
4141
type NodeMutationEndpoints struct {
4242
mutatingNodeID
4343
Endpoints []netip.AddrPort

0 commit comments

Comments
 (0)