aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/filter_latency.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-28 09:52:31 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-28 09:52:31 -0800
commit797bc83311026e197fcbe435bc11595127d5453e (patch)
treef74d2c3cb95f9fb7de0b9b7981e69a675cba2b56 /test/core/end2end/tests/filter_latency.c
parenta45a5e46117ab6dd921a0dae4fc80c3cba8422b0 (diff)
Fix comment
Diffstat (limited to 'test/core/end2end/tests/filter_latency.c')
-rw-r--r--test/core/end2end/tests/filter_latency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/tests/filter_latency.c b/test/core/end2end/tests/filter_latency.c
index 19e1d808de..ea63d45420 100644
--- a/test/core/end2end/tests/filter_latency.c
+++ b/test/core/end2end/tests/filter_latency.c
@@ -247,7 +247,7 @@ static void test_request(grpc_end2end_test_config config) {
GPR_ASSERT(gpr_time_cmp(gpr_time_0(GPR_TIMESPAN), g_server_latency) <= 0);
// Server latency should always be smaller than client latency, however since
// we only calculate latency at destruction time, and that might mean that we
- // need to wait for an outstanding channel-related work, this isn't verifiable
+ // need to wait for outstanding channel-related work, this isn't verifiable
// right now (the server MAY hold on to the call for longer than the client).
// GPR_ASSERT(gpr_time_cmp(g_server_latency, g_client_latency) < 0);
gpr_mu_unlock(&g_mu);