aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-09-20 10:49:00 -0700
committerGravatar Vijay Pai <vpai@google.com>2018-09-20 10:52:48 -0700
commit17fc4d4029e0525e8cb0a25686e078f5842b3644 (patch)
tree3588bd4fc4ce160229df11a91f8ee4d8b2644d5e /include/grpc
parent74fc60e9aff49023f52db6b9e467bbc64dc551d1 (diff)
Address reviewer comments
Diffstat (limited to 'include/grpc')
-rw-r--r--include/grpc/impl/codegen/grpc_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h
index 5bd50bc9ac..9ed5b3c1d4 100644
--- a/include/grpc/impl/codegen/grpc_types.h
+++ b/include/grpc/impl/codegen/grpc_types.h
@@ -669,7 +669,7 @@ typedef struct grpc_experimental_completion_queue_functor {
/** The run member specifies a function that will be called when this
tag is extracted from the completion queue. Its arguments will be a
pointer to this functor and a boolean that indicates whether the
- success status of this operation */
+ operation succeeded (non-zero) or failed (zero) */
void (*functor_run)(struct grpc_experimental_completion_queue_functor*, int);
} grpc_experimental_completion_queue_functor;