embed: Modify the comments to be more precise.

This commit is contained in:
caoming 2019-03-14 10:59:52 +08:00
parent e1ca3b4434
commit 874532c2da

View File

@ -743,7 +743,7 @@ func (e *Etcd) serveClients() (err error) {
}))
}
// start client servers in a goroutine
// start client servers in each goroutine
for _, sctx := range e.sctxs {
go func(s *serveCtx) {
e.errHandler(s.serve(e.Server, &e.cfg.ClientTLSInfo, h, e.errHandler, gopts...))