From 3ebecb676cbad9f0f7e1b7fe8156d04336ccb971 Mon Sep 17 00:00:00 2001 From: Chelsea Holland Komlo Date: Tue, 17 Apr 2018 11:53:08 -0400 Subject: [PATCH] fix up comments --- client/client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/client.go b/client/client.go index 35adbc534..a3e8dad6b 100644 --- a/client/client.go +++ b/client/client.go @@ -1756,8 +1756,8 @@ OUTER: } // updateNode updates the Node copy and triggers the client to send the updated -// Node to the server. This should be done while holding the configLock lock. -// so already +// Node to the server. This should be done while the caller holds the +// configLock lock. func (c *Client) updateNodeLocked() { // Update the config copy. node := c.config.Node.Copy()