1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Grammar in comments

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2025-05-13 11:53:31 +02:00
parent 65b548386f
commit 91b29a0bd9
2 changed files with 2 additions and 2 deletions

View File

@@ -5672,7 +5672,7 @@ static psa_status_t psa_key_derivation_start_hmac(
* It isn't enough to require the caller to initialize operation to
* PSA_MAC_OPERATION_INIT, since one field is a union and initializing
* a union does not necessarily initialize all of its members.
* psa_mac_setup() would could handle PSA_MAC_OPERATION_INIT, but here we
* psa_mac_setup() would handle PSA_MAC_OPERATION_INIT, but here we
* bypass it and call lower-level functions directly. */
memset(operation, 0, sizeof(*operation));