diff --git a/pkg/genericapiserver/tunneler.go b/pkg/genericapiserver/tunneler.go index ea3dfc6e294..c5fb9e09195 100644 --- a/pkg/genericapiserver/tunneler.go +++ b/pkg/genericapiserver/tunneler.go @@ -159,7 +159,7 @@ func (c *SSHTunneler) installSSHKeySyncLoop(user, publicKeyfile string) { }, 5*time.Minute, c.stopChan) } -// nodesSyncLoop lists nodes ever 15 seconds, calling Update() on the TunnelList +// nodesSyncLoop lists nodes every 15 seconds, calling Update() on the TunnelList // each time (Update() is a noop if no changes are necessary). func (c *SSHTunneler) nodesSyncLoop() { // TODO (cjcullen) make this watch.