aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-03 13:14:56 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-03 13:14:56 -0700
commitec393343eebbd8a32f05e9d90d92d7325d986b9d (patch)
treea4945a895696b68853c46ce6e9068ff77c95b6fa /src/core/lib
parent9eee718e864d39615712950c011cdbbf840a7d5e (diff)
Add h2_fake_resolver end2end test fixture.
Diffstat (limited to 'src/core/lib')
-rw-r--r--src/core/lib/channel/message_size_filter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/channel/message_size_filter.c b/src/core/lib/channel/message_size_filter.c
index a54c424e1b..8a32b63449 100644
--- a/src/core/lib/channel/message_size_filter.c
+++ b/src/core/lib/channel/message_size_filter.c
@@ -86,7 +86,7 @@ static void recv_message_ready(grpc_exec_ctx* exec_ctx, void* user_data,
grpc_exec_ctx_sched(exec_ctx, calld->next_recv_message_ready, error, NULL);
}
-// Start transport op.
+// Start transport stream op.
static void start_transport_stream_op(grpc_exec_ctx* exec_ctx,
grpc_call_element* elem,
grpc_transport_stream_op* op) {