aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/transport
diff options
context:
space:
mode:
authorGravatar Yash Tibrewal <yashkt@google.com>2017-09-18 15:10:22 -0700
committerGravatar Yash Tibrewal <yashkt@google.com>2017-09-18 15:42:41 -0700
commit06312bdb43c66150e59958479640913c3726ee10 (patch)
tree1308fc9cfbc3e62297e2c37d5ad25f1b6e716cc4 /src/core/ext/transport
parente203067bdcd9522446aa106ce77085c62a932c49 (diff)
Minor formatting, commenting and clang format for C to C++ conversion
Diffstat (limited to 'src/core/ext/transport')
-rw-r--r--src/core/ext/transport/chttp2/transport/hpack_encoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ext/transport/chttp2/transport/hpack_encoder.c b/src/core/ext/transport/chttp2/transport/hpack_encoder.c
index 52c9e217f1..9dfbd3c3a9 100644
--- a/src/core/ext/transport/chttp2/transport/hpack_encoder.c
+++ b/src/core/ext/transport/chttp2/transport/hpack_encoder.c
@@ -53,7 +53,7 @@
static grpc_slice_refcount terminal_slice_refcount = {NULL, NULL};
static const grpc_slice terminal_slice = {
&terminal_slice_refcount, /* refcount */
- {{0, 0}} /* refcounted */
+ {{0, 0}} /* data.refcounted */
};
extern grpc_tracer_flag grpc_http_trace;