mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix a typo in documentation
This commit is contained in:
@ -67,7 +67,7 @@ extern "C" {
|
||||
* errors which may be due to issues in the application software.
|
||||
*
|
||||
* This function will be called unless an alternative treatement
|
||||
* is defined through the MBEDTLS_PARAM_FAILURE() macro.
|
||||
* is defined through the MBEDTLS_PARAM_FAILED() macro.
|
||||
*
|
||||
* This function can return, and the operation will be aborted, or
|
||||
* alternatively, through use of setjmp()/longjmp() can resume
|
||||
|
Reference in New Issue
Block a user