diff --git a/test/core/end2end/cq_verifier.c b/test/core/end2end/cq_verifier.c
index 7abe01abf24902017052983eea625a81bcaf8d08..287f83eebcae023998630781fbfbc619e7b982e6 100644
--- a/test/core/end2end/cq_verifier.c
+++ b/test/core/end2end/cq_verifier.c
@@ -298,7 +298,6 @@ static void expectation_to_strvec(gpr_strvec *buf, expectation *e) {
 }
 
 static void expectations_to_strvec(gpr_strvec *buf, cq_verifier *v) {
-  /* allocate a large buffer: we're about to crash anyway */
   expectation *e;
 
   for (e = v->expect.next; e != &v->expect; e = e->next) {