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
commit 27036c9e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 19 additions and 19 deletions

View file

@ -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 )
{