Skip to content

Commit

Permalink
Merge pull request etcd-io#10541 from johncming/embed-comment
Browse files Browse the repository at this point in the history
embed: Modify the comments to be more precise.
  • Loading branch information
xiang90 authored Mar 19, 2019
2 parents 6df40e1 + 874532c commit ec1cbce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed/etcd.go
Original file line number Diff line number Diff line change
Expand Up @@ -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...))
Expand Down

0 comments on commit ec1cbce

Please sign in to comment.