Skip to content
Snippets Groups Projects
Commit 62622970 authored by Craig Tiller's avatar Craig Tiller
Browse files

Fix typo

parent f6b6d298
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ void grpc_combiner_destroy(grpc_exec_ctx *exec_ctx, grpc_combiner *lock); ...@@ -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, void grpc_combiner_execute(grpc_exec_ctx *exec_ctx, grpc_combiner *lock,
grpc_closure *closure, grpc_error *error); grpc_closure *closure, grpc_error *error);
// Execute \a action within the lock just prior to unlocking. // 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 // another thread before finishing the primary queue of combined closures and
// executing the finally list. // executing the finally list.
// Deprecation warning: \a hint_async_break will be removed in a future version // Deprecation warning: \a hint_async_break will be removed in a future version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment