From 15755ea6929a02b2bbd49a40db5cc41e1d73f91e Mon Sep 17 00:00:00 2001 From: yangzhouhan Date: Mon, 10 Aug 2015 11:03:11 -0700 Subject: [PATCH] fix the comment --- naming/etcd/etcd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naming/etcd/etcd.go b/naming/etcd/etcd.go index 4830ecb3..e9b60107 100644 --- a/naming/etcd/etcd.go +++ b/naming/etcd/etcd.go @@ -13,7 +13,7 @@ type kv struct { key, value string } -// recvBuffer is an unbounded channel of *kv. +// recvBuffer is an unbounded channel of *kv to record all the pending changes from etcd server. type recvBuffer struct { c chan *kv mu sync.Mutex