mbedtls_config.h: fix issue in grammar

Signed-off-by: Yanray Wang <yanray.wang@arm.com>
This commit is contained in:
Yanray Wang 2023-05-05 12:51:14 +08:00
parent 3f41744730
commit 3d4d146f07

View file

@ -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.