1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +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

@@ -1470,7 +1470,7 @@ static void *pk_opaque_alloc_wrap( void )
{
void *ctx = mbedtls_calloc( 1, sizeof( mbedtls_svc_key_id_t ) );
/* no _init() function to call, an calloc() already zeroized */
/* no _init() function to call, as calloc() already zeroized */
return( ctx );
}