diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index b976dcc47..3d7921d75 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -2270,7 +2270,7 @@ type ClientVersion struct { // UrgentSecurityUpdate is set when the client is missing an important // security update. That update may be in LatestVersion or earlier. - // UrgentSecurityUpdate should not be set if RunningLatest is false. + // UrgentSecurityUpdate should not be set if RunningLatest is true. UrgentSecurityUpdate bool `json:",omitempty"` // Notify is whether the client should do an OS-specific notification about