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
commit ec1cbce10e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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