mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-21 12:40:51 +03:00
Fix typos in C header files
Signed-off-by: Tobias Nießen <tniessen@tnie.de> Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
committed by
Gilles Peskine
parent
85bb47596c
commit
02b6fba7f5
@@ -151,8 +151,8 @@ extern void (*mbedtls_test_hook_error_add)( int, int, const char *, int );
|
||||
*
|
||||
* \param high high-level error code. See error.h for more details.
|
||||
* \param low low-level error code. See error.h for more details.
|
||||
* \param file file where this error code addition occured.
|
||||
* \param line line where this error code addition occured.
|
||||
* \param file file where this error code addition occurred.
|
||||
* \param line line where this error code addition occurred.
|
||||
*/
|
||||
static inline int mbedtls_error_add( int high, int low,
|
||||
const char *file, int line )
|
||||
|
||||
Reference in New Issue
Block a user