1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Merge pull request #6142 from tom-cosgrove-arm/fix-comments-in-docs-and-comments

Fix a/an typos in doxygen and other comments
This commit is contained in:
Dave Rodgman
2022-07-29 12:59:05 +01:00
committed by GitHub
17 changed files with 19 additions and 19 deletions

View File

@ -756,7 +756,7 @@ typedef int mbedtls_ssl_recv_timeout_t( void *ctx,
* for the associated \c mbedtls_ssl_get_timer_t callback to
* return correct information.
*
* \note If using a event-driven style of programming, an event must
* \note If using an event-driven style of programming, an event must
* be generated when the final delay is passed. The event must
* cause a call to \c mbedtls_ssl_handshake() with the proper
* SSL context to be scheduled. Care must be taken to ensure