Merge pull request #10541 from johncming/embed-comment

embed: Modify the comments to be more precise.
This commit is contained in:
Xiang Li
2019-03-19 14:18:44 -07:00
committed by GitHub

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...))