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