commit | 4e5d183d784a7f4031abd3ecdf6b053372aed3cd | [log] [tgz] |
---|---|---|
author | Thomas Daubney <thomas.daubney@arm.com> | Tue Jun 25 15:21:48 2024 +0100 |
committer | Thomas Daubney <thomas.daubney@arm.com> | Tue Jun 25 15:21:48 2024 +0100 |
tree | e5b796b691a4f7b4ecd90b8e1401d3ff3b14975f | |
parent | 197536d13a5e8531acfbe48a4fe503cf9a029997 [diff] [blame] |
Correct pluralisation errors in comments Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
diff --git a/include/mbedtls/aes.h b/include/mbedtls/aes.h index 12b3506..a07c8a5 100644 --- a/include/mbedtls/aes.h +++ b/include/mbedtls/aes.h
@@ -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. */