aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/surface
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-08-14 11:17:56 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-08-14 11:18:17 -0700
commit04b580396bd10d0c561c1a8177212dcf77e97153 (patch)
tree3bd2a3ee5d8c6d7bace38391dc1be75da7d0cf69 /src/core/lib/surface
parent229125abb1510dea47e8608779dd93d968ce3fd9 (diff)
Fix comment format
Diffstat (limited to 'src/core/lib/surface')
-rw-r--r--src/core/lib/surface/call.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/core/lib/surface/call.c b/src/core/lib/surface/call.c
index e18874d054..a0ac9ae7d5 100644
--- a/src/core/lib/surface/call.c
+++ b/src/core/lib/surface/call.c
@@ -1664,9 +1664,8 @@ static grpc_call_error call_start_batch(grpc_exec_ctx *exec_ctx,
const grpc_compression_algorithm calgo =
compression_algorithm_for_level_locked(
call, effective_compression_level);
- // the following will be picked up by the compress filter and used
- // as
- // the call's compression algorithm.
+ /* the following will be picked up by the compress filter and used
+ * as the call's compression algorithm. */
compression_md.key = GRPC_MDSTR_GRPC_INTERNAL_ENCODING_REQUEST;
compression_md.value = grpc_compression_algorithm_slice(calgo);
additional_metadata_count++;