commit | 5205c976da0c7bd8ffbb8b3239d509b0a32ff7e3 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Thu Jul 28 06:12:08 2022 +0100 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Thu Jul 28 06:12:08 2022 +0100 |
tree | 6edbd4cfbb740ddcc79c687671aded1532ced423 | |
parent | 5048045f2525be02c298ee03f1ec983a57d3a900 [diff] [blame] |
Fix a/an typos in doxygen and other comments Signed-off-by: Tom Cosgrove <tom.cosgrove@arm.com>
diff --git a/library/pk_wrap.c b/library/pk_wrap.c index 107e912..079526c 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c
@@ -872,7 +872,7 @@ { void *ctx = mbedtls_calloc( 1, sizeof( psa_key_id_t ) ); - /* no _init() function to call, an calloc() already zeroized */ + /* no _init() function to call, as calloc() already zeroized */ return( ctx ); }