summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/internal/bio_tfo.h4
-rw-r--r--include/internal/quic_ackm.h2
-rw-r--r--include/internal/recordmethod.h2
-rw-r--r--include/openssl/ec.h2
4 files changed, 5 insertions, 5 deletions
diff --git a/include/internal/bio_tfo.h b/include/internal/bio_tfo.h
index 6351443933..64c0d4c327 100644
--- a/include/internal/bio_tfo.h
+++ b/include/internal/bio_tfo.h
@@ -54,7 +54,7 @@
* Some options are purposely NOT defined per-platform
*
* OSSL_TFO_SYSCTL
- * Defined as a sysctlbyname() option to to determine if
+ * Defined as a sysctlbyname() option to determine if
* TFO is enabled in the kernel (macOS, FreeBSD)
*
* OSSL_TFO_SERVER_SOCKOPT
@@ -86,7 +86,7 @@
/*
* NO WINDOWS SUPPORT
*
- * But this is is what would be used on the server:
+ * But this is what would be used on the server:
*
* define OSSL_TFO_SERVER_SOCKOPT TCP_FASTOPEN
* define OSSL_TFO_SERVER_SOCKOPT_VALUE 1
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);
diff --git a/include/internal/recordmethod.h b/include/internal/recordmethod.h
index e0bc0f3231..53bd4ca6d2 100644
--- a/include/internal/recordmethod.h
+++ b/include/internal/recordmethod.h
@@ -228,7 +228,7 @@ struct ossl_record_method_st {
* remain available until all the bytes from record are released via one or
* more release_record calls.
*
- * Internally the the OSSL_RECORD_METHOD the implementation may read/process
+ * Internally the OSSL_RECORD_METHOD implementation may read/process
* multiple records in one go and buffer them.
*/
int (*read_record)(OSSL_RECORD_LAYER *rl, void **rechandle, int *rversion,
diff --git a/include/openssl/ec.h b/include/openssl/ec.h
index 2fe819c462..e1cbe98228 100644
--- a/include/openssl/ec.h
+++ b/include/openssl/ec.h
@@ -1127,7 +1127,7 @@ OSSL_DEPRECATEDIN_3_0 int EC_KEY_check_key(const EC_KEY *key);
/** Indicates if an EC_KEY can be used for signing.
* \param eckey the EC_KEY object
- * \return 1 if can can sign and 0 otherwise.
+ * \return 1 if can sign and 0 otherwise.
*/
OSSL_DEPRECATEDIN_3_0 int EC_KEY_can_sign(const EC_KEY *eckey);