summaryrefslogtreecommitdiffstats
path: root/doc/designs/quic-design/record-layer.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/designs/quic-design/record-layer.md')
-rw-r--r--doc/designs/quic-design/record-layer.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/designs/quic-design/record-layer.md b/doc/designs/quic-design/record-layer.md
index 172098b547..4bea5fd503 100644
--- a/doc/designs/quic-design/record-layer.md
+++ b/doc/designs/quic-design/record-layer.md
@@ -503,7 +503,7 @@ struct ossl_record_method_st {
* which is used in a subsequent call to |release_record|. The buffer must
* remain available until release_record is called.
*
- * Internally the the OSSL_RECORD_METHOD the implementation may read/process
+ * Internally the OSSL_RECORD_METHOD the implementation may read/process
* multiple records in one go and buffer them.
*/
int (*read_record)(OSSL_RECORD_LAYER *rl, void **rechandle, int *rversion,