aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/grpc.h
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2017-08-22 16:45:44 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2017-08-22 20:46:52 -0700
commita2e506e8d9a8a8a72f19e160c971edabf234bbf6 (patch)
tree29c36bf40b1a45a36cf3c5fd2576b22e5bdcb8f4 /include/grpc/grpc.h
parent6a6d618034fe01b00aa192f2fb44bc9f305f0519 (diff)
Avoid using timers
Diffstat (limited to 'include/grpc/grpc.h')
-rw-r--r--include/grpc/grpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/grpc.h b/include/grpc/grpc.h
index 5b1406b4ab..b562167b5f 100644
--- a/include/grpc/grpc.h
+++ b/include/grpc/grpc.h
@@ -178,7 +178,7 @@ GRPCAPI void grpc_channel_watch_connectivity_state(
grpc_channel *channel, grpc_connectivity_state last_observed_state,
gpr_timespec deadline, grpc_completion_queue *cq, void *tag);
-/** Check whether a grpc channel support connectivity watcher */
+/** Check whether a grpc channel supports connectivity watcher */
GRPCAPI int grpc_channel_support_connectivity_watcher(grpc_channel *channel);
/** Create a call given a grpc_channel, in order to call 'method'. All