aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-08-17 18:44:12 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-08-17 18:44:45 -0700
commitd37411e71d99f44d36260540546e3973ccb4497e (patch)
tree571a16271a55c072722f6f0e36ea8fb72273a75d /src/core/ext
parent40787710496c02e89285f272c1ce9929e4b50436 (diff)
Some missing parts
Diffstat (limited to 'src/core/ext')
-rw-r--r--src/core/ext/filters/http/message_compress/message_compress_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/filters/http/message_compress/message_compress_filter.c b/src/core/ext/filters/http/message_compress/message_compress_filter.c
index 19ceed6780..b96503972b 100644
--- a/src/core/ext/filters/http/message_compress/message_compress_filter.c
+++ b/src/core/ext/filters/http/message_compress/message_compress_filter.c
@@ -488,7 +488,7 @@ static grpc_error *init_channel_elem(grpc_exec_ctx *exec_ctx,
grpc_channel_element_args *args) {
channel_data *channeld = elem->channel_data;
- /* Configuration for message-wise compression */
+ /* Configuration for message compression */
channeld->enabled_algorithms_bitset =
grpc_channel_args_compression_algorithm_get_states(args->channel_args);