fix a comment

This commit is contained in:
iamqizhao 2015-10-08 14:22:00 -07:00
parent 2097711be8
commit c0d1abc00e
1 changed files with 1 additions and 1 deletions

View File

@ -466,7 +466,7 @@ func (cc *Conn) transportMonitor() {
}
}
// Wait blocks until i) the new transport is up or ii) ctx is done or iii)
// Wait blocks until i) the new transport is up or ii) ctx is done or iii) cc is closed.
func (cc *Conn) Wait(ctx context.Context) (transport.ClientTransport, error) {
for {
cc.mu.Lock()