aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/channel_args.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2015-06-23 18:42:17 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2015-06-23 18:42:17 -0700
commitdd2ebee8482e0cda41811ddb4a1e1a576ee98363 (patch)
tree1fb2215f2551e200083e493ca136042d86e6cfdc /src/core/channel/channel_args.h
parent92ce5885592e4b854ce56857feb23b55741781e0 (diff)
Added compression text fixture.
Diffstat (limited to 'src/core/channel/channel_args.h')
-rw-r--r--src/core/channel/channel_args.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/channel/channel_args.h b/src/core/channel/channel_args.h
index e2966e95b9..8c08af744a 100644
--- a/src/core/channel/channel_args.h
+++ b/src/core/channel/channel_args.h
@@ -56,7 +56,7 @@ int grpc_channel_args_is_census_enabled(const grpc_channel_args *a);
grpc_compression_level grpc_channel_args_get_compression_level(
const grpc_channel_args *a);
-/** Returns an channel arg instance with compression enabled. If \a a is
+/** Returns a channel arg instance with compression enabled. If \a a is
* non-NULL, its args are copied. N.B. GRPC_COMPRESS_LEVEL_NONE disables
* compression for the channel. */
grpc_channel_args *grpc_channel_args_set_compression_level(