commit | ce7f18c00be0c97d214fbb04be8b532b5d440e94 | [log] [tgz] |
---|---|---|
author | Tom Cosgrove <tom.cosgrove@arm.com> | Thu Jul 28 05:50:56 2022 +0100 |
committer | Tom Cosgrove <tom.cosgrove@arm.com> | Thu Jul 28 05:50:56 2022 +0100 |
tree | 0ad613c82e9ac9e6a11d90235b1dc00af48c2575 | |
parent | 9115e1bc4d000a7f72d4a12b576b1e86e3b06c23 [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 e234a8d..aea84e5 100644 --- a/library/pk_wrap.c +++ b/library/pk_wrap.c
@@ -1469,7 +1469,7 @@ { 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 ); }