From 45fe86db99fc9d453059981df32a1c94aed1bcc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Wed, 20 Dec 2023 12:43:13 +0100 Subject: [PATCH] Fix a typo in a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Manuel Pégourié-Gonnard --- tests/configs/user-config-for-test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/configs/user-config-for-test.h b/tests/configs/user-config-for-test.h index 479a153067..f40f83895f 100644 --- a/tests/configs/user-config-for-test.h +++ b/tests/configs/user-config-for-test.h @@ -38,7 +38,7 @@ /* Use the accelerator driver for all cryptographic mechanisms for which * the test driver is implemented. This is copied from psa/crypto_config.h - * with the parts not implmented by the test driver commented out. */ + * with the parts not implemented by the test driver commented out. */ #define MBEDTLS_PSA_ACCEL_KEY_TYPE_DERIVE #define MBEDTLS_PSA_ACCEL_KEY_TYPE_PASSWORD #define MBEDTLS_PSA_ACCEL_KEY_TYPE_PASSWORD_HASH