Fix comment

Signed-off-by: Alexandre Beslic <abronan@docker.com>
This commit is contained in:
Alexandre Beslic
2015-05-26 15:03:03 -07:00
parent dedb0ed906
commit 142030f65d

View File

@@ -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 {