From 1e3fcc5692c776695b8e7190cfe17939e28499c1 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 6 Dec 2023 11:56:08 +0100 Subject: [PATCH] config-tfm: fix typo in comment Signed-off-by: Valerio Setti --- configs/config-tfm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config-tfm.h b/configs/config-tfm.h index f6f527e00..197b80814 100644 --- a/configs/config-tfm.h +++ b/configs/config-tfm.h @@ -46,7 +46,7 @@ #undef MBEDTLS_PLATFORM_STD_EXIT_FAILURE /* CCM is the only cipher/AEAD enabled in TF-M configuration files, but it - * does not need CIPHER_C to be enabled, so we can disabled it in order + * does not need CIPHER_C to be enabled, so we can disable it in order * to reduce code size further. */ #undef MBEDTLS_CIPHER_C