Modify a test comment.

PiperOrigin-RevId: 372368851
Change-Id: Iced6e5328cf981ad7f915bc28a8a6b956ddf8dd9
diff --git a/quic/core/quic_crypto_server_stream_test.cc b/quic/core/quic_crypto_server_stream_test.cc
index 88fdda9..4e07f34 100644
--- a/quic/core/quic_crypto_server_stream_test.cc
+++ b/quic/core/quic_crypto_server_stream_test.cc
@@ -354,8 +354,7 @@
 };
 
 // Regression test for b/35422225, in which multiple CHLOs arriving on the same
-// connection in close succession could cause a crash, especially when the use
-// of Mentat signing meant that it took a while for each CHLO to be processed.
+// connection in close succession could cause a crash.
 TEST_F(QuicCryptoServerStreamTestWithFakeProofSource, MultipleChlo) {
   Initialize();
   GetFakeProofSource()->Activate();