summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_ackm.h
diff options
context:
space:
mode:
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>2023-07-16 09:09:31 +0200
committerTomas Mraz <tomas@openssl.org>2023-09-11 10:15:30 +0200
commitad31628cfef5893b2198077752302a7d9b58135c (patch)
tree3d95d6074b1c4f272a60aa95b2dfedf24ddd85d0 /include/internal/quic_ackm.h
parent84f371a130dbe7a46595fbabd274f152a0e6385f (diff)
Remove repeated words
Found by running the checkpatch.pl Linux script to enforce coding style. Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21468)
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);