From 86e6cc160b13d1d15a3cea62e9702964b13bd6ea Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Thu, 8 Feb 2018 16:14:09 -0800 Subject: [PATCH] polish --- include/grpc/impl/codegen/compression_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grpc/impl/codegen/compression_types.h b/include/grpc/impl/codegen/compression_types.h index 6b582b86ba7..e35d8929678 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