Skip to content

Commit c2aeb36

Browse files
ssl.h: Fix comments
Signed-off-by: Ronald Cron <[email protected]>
1 parent cc36a58 commit c2aeb36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/mbedtls/ssl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4783,7 +4783,7 @@ int mbedtls_ssl_get_session(const mbedtls_ssl_context *ssl,
47834783
* defined in RFC 8446 (TLS 1.3 specification), has been
47844784
* received as part of the handshake. This is server specific.
47854785
* You must call mbedtls_ssl_read_early_data() to read the
4786-
* early data before to resume the handshake.
4786+
* early data before resuming the handshake.
47874787
* \return Another SSL error code - in this case you must stop using
47884788
* the context (see below).
47894789
*
@@ -4937,7 +4937,7 @@ int mbedtls_ssl_renegotiate(mbedtls_ssl_context *ssl);
49374937
* received as part of an handshake triggered by the function.
49384938
* This is server specific. You must call
49394939
* mbedtls_ssl_read_early_data() to read the early data before
4940-
* to resume the reading of post handshake application data.
4940+
* resuming the reading of post handshake application data.
49414941
* \return Another SSL error code - in this case you must stop using
49424942
* the context (see below).
49434943
*
@@ -5018,7 +5018,7 @@ int mbedtls_ssl_read(mbedtls_ssl_context *ssl, unsigned char *buf, size_t len);
50185018
* received as part of an handshake triggered by the function.
50195019
* This is server specific. You must call
50205020
* mbedtls_ssl_read_early_data() to read the early data before
5021-
* to resume the writing of application data.
5021+
* resuming the writing of application data.
50225022
* \return Another SSL error code - in this case you must stop using
50235023
* the context (see below).
50245024
*

0 commit comments

Comments
 (0)