From 3d4d146f070b301a510cc02fd3b2e7895ee060d0 Mon Sep 17 00:00:00 2001 From: Yanray Wang Date: Fri, 5 May 2023 12:51:14 +0800 Subject: [PATCH] mbedtls_config.h: fix issue in grammar Signed-off-by: Yanray Wang --- include/mbedtls/mbedtls_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index 8acc377f4..9da758002 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -527,7 +527,7 @@ * * Use only 128-bit keys in AES operations to save ROM. * - * Uncommenting this macro removes support for AES operations that are using 192 + * Uncommenting this macro removes support for AES operations that use 192- * or 256-bit keys. * * Tradeoff: Uncommenting this macro reduces ROM footprint by ~1116 bytes.