Merge pull request #3569 from cm6n/fix_mbedtlssslsetbio_description

Fix typo in mbedtls_ssl_set_bio description.
This commit is contained in:
Gilles Peskine 2020-09-11 21:17:37 +02:00 committed by GitHub
commit 2a739c41bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
Changes
* Fix comment typo in documentation of mbedtls_ssl_set_bio.

View File

@ -1559,7 +1559,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.
*