various: adds missing apostrophes to comments

Updates #cleanup

Change-Id: I7bf29cc153c3c04e087f9bdb146c3437bed0129a
Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
Alex Chan
2025-11-14 17:33:55 +00:00
committed by Alex Chan
parent bd36817e84
commit 9134440008
13 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ func (s State) checkDisablement(secret []byte) bool {
// Specifically, the rules are:
// - The last AUM hash must match (transitively, this implies that this
// update follows the last update message applied to the state machine)
// - Or, the state machine knows no parent (its brand new).
// - Or, the state machine knows no parent (it's brand new).
func (s State) parentMatches(update AUM) bool {
if s.LastAUMHash == nil {
return true