aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-07-19 16:38:56 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-07-19 16:38:56 -0700
commit99b339289620905e182c603901524950eef40e63 (patch)
treee0dc80351ea060136947534ea91372299c76d2b3
parentab0d2d4e78d46ea37477d7d58e0b12e25b1e9886 (diff)
transport - Update comment
-rw-r--r--src/core/ext/transport/chttp2/transport/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/transport/chttp2/transport/internal.h b/src/core/ext/transport/chttp2/transport/internal.h
index 0f05da262b..9fad683516 100644
--- a/src/core/ext/transport/chttp2/transport/internal.h
+++ b/src/core/ext/transport/chttp2/transport/internal.h
@@ -520,9 +520,9 @@ struct grpc_chttp2_stream {
grpc_chttp2_write_cb *finish_after_write;
size_t sending_bytes;
- /** Whether stream compression send is enabled or not */
+ /** Whether stream compression send is enabled */
bool stream_compression_recv_enabled;
- /** Whether stream compression recv is enabled or not */
+ /** Whether stream compression recv is enabled */
bool stream_compression_send_enabled;
/** Whether bytes stored in unprocessed_incoming_byte_stream is decompressed
*/