Fix a/an typos in doxygen and other comments
Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
This commit is contained in:
parent
9115e1bc4d
commit
ce7f18c00b
17 changed files with 19 additions and 19 deletions
|
@ -150,7 +150,7 @@ void mbedtls_strerror( int ret, char *buf, size_t buflen )
|
|||
#else /* MBEDTLS_ERROR_C */
|
||||
|
||||
/*
|
||||
* Provide an non-function in case MBEDTLS_ERROR_C is not defined
|
||||
* Provide a dummy implementation when MBEDTLS_ERROR_C is not defined
|
||||
*/
|
||||
void mbedtls_strerror( int ret, char *buf, size_t buflen )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue