fix minor typo

This commit is contained in:
lyuxuan
2017-05-15 14:36:20 -07:00
committed by GitHub
parent 35d77ea991
commit 4d2b4b5c51

View File

@ -440,7 +440,7 @@ func DialContext(ctx context.Context, target string, opts ...DialOption) (conn *
}
}
if cc.dopts.scChan != nil && !scSet {
// Blocking Wait for the initial service config.
// Blocking wait for the initial service config.
select {
case sc, ok := <-cc.dopts.scChan:
if ok {