From 2684e3f2e380a0b6d1a5953fcf5eb20979d6d465 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 13 Dec 2023 16:53:02 +0100 Subject: [PATCH] config_adjust_legacy_crypto: fix typo Signed-off-by: Valerio Setti --- include/mbedtls/config_adjust_legacy_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config_adjust_legacy_crypto.h b/include/mbedtls/config_adjust_legacy_crypto.h index 5842d2a543..5df3ebaf5a 100644 --- a/include/mbedtls/config_adjust_legacy_crypto.h +++ b/include/mbedtls/config_adjust_legacy_crypto.h @@ -169,7 +169,7 @@ * - PSA is enabled and drivers have been initialized * - desired key type is supported on the PSA side * If the above conditions are not met, but the legacy support is enabled, then - * BLOCK_CIPHER will dinamically fallback to it. + * BLOCK_CIPHER will dynamically fallback to it. */ #if defined(MBEDTLS_BLOCK_CIPHER_C)