tailcfg: fix typo in comment
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>reviewable/pr796/r1
parent
c86761cfd1
commit
d3701417fc
|
@ -457,7 +457,7 @@ type MapRequest struct {
|
||||||
// Endpoints field will be ignored and LastSeen will not be
|
// Endpoints field will be ignored and LastSeen will not be
|
||||||
// updated and peers will not be notified of changes.
|
// updated and peers will not be notified of changes.
|
||||||
//
|
//
|
||||||
// The intended use if for clients to discover the DERP map at
|
// The intended use is for clients to discover the DERP map at
|
||||||
// start-up before their first real endpoint update.
|
// start-up before their first real endpoint update.
|
||||||
ReadOnly bool `json:",omitempty"`
|
ReadOnly bool `json:",omitempty"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue