Correct pluralisation errors in comments

Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
Thomas Daubney
2024-06-25 15:21:48 +01:00
parent 197536d13a
commit 4e5d183d78
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
#include <stddef.h>
#include <stdint.h>
/* aesni.c rely on these values! */
/* aesni.c relies on these values! */
#define MBEDTLS_AES_ENCRYPT 1 /**< AES encryption. */
#define MBEDTLS_AES_DECRYPT 0 /**< AES decryption. */