fix the comment
This commit is contained in:
@ -13,7 +13,7 @@ type kv struct {
|
|||||||
key, value string
|
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 {
|
type recvBuffer struct {
|
||||||
c chan *kv
|
c chan *kv
|
||||||
mu sync.Mutex
|
mu sync.Mutex
|
||||||
|
Reference in New Issue
Block a user