aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core
diff options
context:
space:
mode:
authorGravatar Alistair Veitch <alistair.veitch@gmail.com>2015-02-05 11:53:27 -0800
committerGravatar Alistair Veitch <alistair.veitch@gmail.com>2015-02-05 11:53:27 -0800
commitc0ef1ded5522543e517144843dbd5869beeb2d48 (patch)
tree9f560c240dd6ff9bed4894c35736d16770d71f24 /test/core
parent46c3be0156c60ed2767aeaf00cd0e46e27c8880c (diff)
Update trace_test.c
Diffstat (limited to 'test/core')
-rw-r--r--test/core/statistics/trace_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/statistics/trace_test.c b/test/core/statistics/trace_test.c
index 18edfb433a..220e0da022 100644
--- a/test/core/statistics/trace_test.c
+++ b/test/core/statistics/trace_test.c
@@ -204,7 +204,7 @@ static void test_get_active_ops(void) {
gpr_free(active_ops);
active_ops = NULL;
- /* Start the second and the third ops */
+ /* Start the second and third ops */
id_2 = census_tracing_start_op();
census_add_method_tag(id_2, "foo_2");
id_3 = census_tracing_start_op();