aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Peskine <gilles.peskine@arm.com>2020-09-11 21:17:44 +0200
committerGitHub <noreply@github.com>2020-09-11 21:17:44 +0200
commit30b242de5058646da73badd3a0e68e4c373b92c6 (patch)
tree03753808d37a23b4ddf5e5ecb884f69bf4205490
parent99693aab213cf1359727ccc5116c88b6c68ad7a7 (diff)
parent2681e99a41d29b608d9717200b8f0543e990724f (diff)
downloadmbed-tls-30b242de5058646da73badd3a0e68e4c373b92c6.tar.gz
Merge pull request #3660 from bensze01/typo-2.16
Backport 2.16: Fix typo in mbedtls_ssl_set_bio description.
-rw-r--r--ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt2
-rw-r--r--include/mbedtls/ssl.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt b/ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt
new file mode 100644
index 000000000..2f94c1633
--- /dev/null
+++ b/ChangeLog.d/comment_typo_in_mbedtls_ssl_set_bio.txt
@@ -0,0 +1,2 @@
+Changes
+ * Fix comment typo in documentation of mbedtls_ssl_set_bio.
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index d3ee3c4e6..fe33ac8d5 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -1409,7 +1409,7 @@ void mbedtls_ssl_conf_dbg( mbedtls_ssl_config *conf,
* \note For DTLS, you need to provide either a non-NULL
* f_recv_timeout callback, or a f_recv that doesn't block.
*
- * \note See the documentations of \c mbedtls_ssl_sent_t,
+ * \note See the documentations of \c mbedtls_ssl_send_t,
* \c mbedtls_ssl_recv_t and \c mbedtls_ssl_recv_timeout_t for
* the conventions those callbacks must follow.
*