aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-09-02 10:18:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-09-02 10:18:03 -0700
commit62622970cd0a38507f71dde73d1f2c75e413306f (patch)
tree15939f2c1cbc10e52852387c9e9bec958b25437d
parentf6b6d2984157cc24ee69afb9b025b5d250a5a9ad (diff)
Fix typo
-rw-r--r--src/core/lib/iomgr/combiner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/combiner.h b/src/core/lib/iomgr/combiner.h
index 08acbb7441..1409db24b9 100644
--- a/src/core/lib/iomgr/combiner.h
+++ b/src/core/lib/iomgr/combiner.h
@@ -54,7 +54,7 @@ void grpc_combiner_destroy(grpc_exec_ctx *exec_ctx, grpc_combiner *lock);
void grpc_combiner_execute(grpc_exec_ctx *exec_ctx, grpc_combiner *lock,
grpc_closure *closure, grpc_error *error);
// Execute \a action within the lock just prior to unlocking.
-// if \a hint_async_break is true, the combiner is tries to hand execution to
+// if \a hint_async_break is true, the combiner tries to hand execution to
// another thread before finishing the primary queue of combined closures and
// executing the finally list.
// Deprecation warning: \a hint_async_break will be removed in a future version