fix the comment

This commit is contained in:
yangzhouhan 2015-08-10 11:03:11 -07:00
parent 86b5db2f22
commit 15755ea692
1 changed files with 1 additions and 1 deletions

View File

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