From 12bccc7be83ac80704b69b42c95fcfb47b05d713 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 7 Oct 2024 11:21:02 +0200 Subject: [PATCH] changelog: fix typo Signed-off-by: Valerio Setti --- ChangeLog.d/9302.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/9302.txt b/ChangeLog.d/9302.txt index 6f56ece021..d61ba19632 100644 --- a/ChangeLog.d/9302.txt +++ b/ChangeLog.d/9302.txt @@ -2,5 +2,5 @@ Features * Added new configuration option MBEDTLS_PSA_STATIC_KEY_SLOTS, which uses static storage for keys, enabling malloc-less use of key slots. The size of each buffer is given by the option - MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accomodates the + MBEDTLS_PSA_STATIC_KEY_SLOT_BUFFER_SIZE. By default it accommodates the largest PSA key enabled in the build.