From 142030f65db0be59bfda60737c497876f3ab7e1f Mon Sep 17 00:00:00 2001 From: Alexandre Beslic Date: Tue, 26 May 2015 15:03:03 -0700 Subject: [PATCH] Fix comment Signed-off-by: Alexandre Beslic --- pkg/store/zookeeper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/store/zookeeper.go b/pkg/store/zookeeper.go index 0a75ed3ad6..9d332f4be9 100644 --- a/pkg/store/zookeeper.go +++ b/pkg/store/zookeeper.go @@ -167,7 +167,7 @@ func (s *Zookeeper) WatchTree(prefix string, stopCh <-chan struct{}) (<-chan []* go func() { defer close(watchCh) - // GetW returns the current value before setting the watch. + // List returns the current values before setting the watch. watchCh <- entries for {