Fix typo in mbedtls_ssl_set_bio description.

Description referred to mbedtls_ssl_sent_t callback,
but the callback is named mbedtls_ssl_send_t.

Signed-off-by: Christopher Moynihan <christophm@gmail.com>
This commit is contained in:
Christopher Moynihan 2020-08-14 12:27:21 -07:00 committed by Bence Szépkúti
parent 99693aab21
commit 0c633dab7f
2 changed files with 4 additions and 1 deletions

View file

@ -0,0 +1,3 @@
Changes
* Fix comment typo in mbedtls_ssl_set_bio_description.