From a885f1bdff2ae3c39a3ea6d84dabc24775831e1d Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 11 Apr 2016 08:58:17 -0700 Subject: [PATCH] Tweaks comment about side effects. --- command/agent/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/local.go b/command/agent/local.go index ea1217f827..3447b6ef6e 100644 --- a/command/agent/local.go +++ b/command/agent/local.go @@ -439,7 +439,7 @@ func (l *localState) setSyncState() error { eCopy := existing.Clone() // Copy the server's check before modifying, otherwise - // in-memory RPC-based unit tests will have side effects. + // in-memory RPCs will have side effects. cCopy := check.Clone() // If there's a defer timer active then we've got a