summaryrefslogtreecommitdiffstats
path: root/include/internal/bio_tfo.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/bio_tfo.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/bio_tfo.h')
-rw-r--r--include/internal/bio_tfo.h4
1 files changed, 2 insertions, 2 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