summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_txp.c
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/quic/quic_txp.c')
-rw-r--r--ssl/quic/quic_txp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssl/quic/quic_txp.c b/ssl/quic/quic_txp.c
index 8a825b5bfe..0f1e9b8f25 100644
--- a/ssl/quic/quic_txp.c
+++ b/ssl/quic/quic_txp.c
@@ -1984,7 +1984,7 @@ static int txp_generate_crypto_frames(OSSL_QUIC_TX_PACKETISER *txp,
/*
* Ensure we have enough iovecs allocated (1 for the header, up to 2 for
- * the the stream data.)
+ * the stream data.)
*/
if (!txp_el_ensure_iovec(&txp->el[enc_level], h->num_iovec + 3))
return 0; /* alloc error */
@@ -2234,7 +2234,7 @@ static int txp_generate_stream_frames(OSSL_QUIC_TX_PACKETISER *txp,
/*
* Ensure we have enough iovecs allocated (1 for the header, up to 2 for
- * the the stream data.)
+ * the stream data.)
*/
if (!txp_el_ensure_iovec(&txp->el[enc_level], h->num_iovec + 3))
goto err; /* alloc error */