aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@gmail.com>2018-11-29 12:17:09 -0800
committerGravatar GitHub <noreply@github.com>2018-11-29 12:17:09 -0800
commitb9a98dd2ab3fed4bfaf65e4125b5d3cacc731cfb (patch)
treee72c715c3fce433b26f500fa49c2a5220ae26737 /include
parent70f0d28835dc08985b8d77d19b08442cd3f0b15a (diff)
Fix comment
Diffstat (limited to 'include')
-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 17a43fab0f..d1cc6af04f 100644
--- a/include/grpc/impl/codegen/grpc_types.h
+++ b/include/grpc/impl/codegen/grpc_types.h
@@ -293,7 +293,7 @@ typedef struct {
"grpc.max_channel_trace_event_memory_per_node"
/** If non-zero, gRPC library will track stats and information at at per channel
* level. Disabling channelz naturally disables channel tracing. The default
- * is for channelz to be disabled. */
+ * is for channelz to be enabled. */
#define GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz"
/** If non-zero, Cronet transport will coalesce packets to fewer frames
* when possible. */