summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_ackm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/internal/quic_ackm.h')
-rw-r--r--include/internal/quic_ackm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/internal/quic_ackm.h b/include/internal/quic_ackm.h
index f92f0ebaf2..03fc608867 100644
--- a/include/internal/quic_ackm.h
+++ b/include/internal/quic_ackm.h
@@ -225,7 +225,7 @@ int ossl_ackm_is_ack_desired(OSSL_ACKM *ackm, int pkt_space);
* the RFC.
*
* The return value of this function transitions from 1 to 0 for a given PN once
- * that PN is passed to ossl_ackm_on_rx_packet, thus thus function must be used
+ * that PN is passed to ossl_ackm_on_rx_packet, thus this function must be used
* before calling ossl_ackm_on_rx_packet.
*/
int ossl_ackm_is_rx_pn_processable(OSSL_ACKM *ackm, QUIC_PN pn, int pkt_space);