| Index: net/socket/ssl_client_socket_pool.h
|
| diff --git a/net/socket/ssl_client_socket_pool.h b/net/socket/ssl_client_socket_pool.h
|
| index 4c026b02b868f6aea9b202cff9cef4a0998f9822..cfc7c0dfbabd3832d89d29ebc511b145d64226fd 100644
|
| --- a/net/socket/ssl_client_socket_pool.h
|
| +++ b/net/socket/ssl_client_socket_pool.h
|
| @@ -134,7 +134,7 @@ class SSLConnectJobMessenger {
|
|
|
| // Adds |socket| to the list of sockets waiting to Connect(). When
|
| // the messenger has determined that it's an appropriate time for |socket|
|
| - // to connect, it will asynchronously invoke |callback|.
|
| + // to connect, it will invoke |callback|.
|
| //
|
| // Note: It is an error to call AddPendingSocket() without having first
|
| // called MonitorConnectionResult() and configuring a socket that WILL
|
|
|