tailcfg: fix typo in doc comment for tailcfg.Node.DisplayNames (#20155)
Updates #cleanup Signed-off-by: Simon Law <sfllaw@tailscale.com>
This commit is contained in:
+1
-1
@@ -570,7 +570,7 @@ func (n *Node) DisplayName(forOwner bool) string {
|
|||||||
return n.ComputedName
|
return n.ComputedName
|
||||||
}
|
}
|
||||||
|
|
||||||
// DisplayName returns the decomposed user-facing name for a node.
|
// DisplayNames returns the decomposed user-facing name for a node.
|
||||||
//
|
//
|
||||||
// Parameter forOwner specifies whether the name is requested by
|
// Parameter forOwner specifies whether the name is requested by
|
||||||
// the owner of the node. When forOwner is false, hostIfDifferent
|
// the owner of the node. When forOwner is false, hostIfDifferent
|
||||||
|
|||||||
Reference in New Issue
Block a user