aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Muxi Yan <muxi@users.noreply.github.com>2018-02-08 16:14:09 -0800
committerGravatar GitHub <noreply@github.com>2018-02-08 16:14:09 -0800
commit86e6cc160b13d1d15a3cea62e9702964b13bd6ea (patch)
tree1aa213879bba87cf90b85f0d4c9e95ccf3abd500 /include
parentbead9649e178ac8dc1b848d62567626ce057137a (diff)
polish
Diffstat (limited to 'include')
-rw-r--r--include/grpc/impl/codegen/compression_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/compression_types.h b/include/grpc/impl/codegen/compression_types.h
index 6b582b86ba..e35d892967 100644
--- a/include/grpc/impl/codegen/compression_types.h
+++ b/include/grpc/impl/codegen/compression_types.h
@@ -57,7 +57,7 @@ typedef enum {
GRPC_COMPRESS_NONE = 0,
GRPC_COMPRESS_DEFLATE,
GRPC_COMPRESS_GZIP,
- /* Stream compression is currently experimental. */
+ /* EXPERIMENTAL: Stream compression is currently experimental. */
GRPC_COMPRESS_STREAM_GZIP,
/* TODO(ctiller): snappy */
GRPC_COMPRESS_ALGORITHMS_COUNT