aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/tcp_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/iomgr/tcp_client.h')
-rw-r--r--src/core/iomgr/tcp_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/tcp_client.h b/src/core/iomgr/tcp_client.h
index 0fa08b52b0..8ad9b818e1 100644
--- a/src/core/iomgr/tcp_client.h
+++ b/src/core/iomgr/tcp_client.h
@@ -41,7 +41,7 @@
/* Asynchronously connect to an address (specified as (addr, len)), and call
cb with arg and the completed connection when done (or call cb with arg and
- NULL on failure).
+ NULL on failure).
interested_parties points to a set of pollsets that would be interested
in this connection being established (in order to continue their work) */
void grpc_tcp_client_connect(void (*cb)(void *arg, grpc_endpoint *tcp),