Merge pull request #10541 from johncming/embed-comment

embed: Modify the comments to be more precise.
release-3.4
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
1 changed files with 1 additions and 1 deletions

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