From fd4f2831d72e0161101de43254d745383c8f9149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 18 Oct 2024 09:57:48 +0200 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/scripts/all-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all-core.sh b/tests/scripts/all-core.sh index 5a262243e1..ccd7e59ea1 100644 --- a/tests/scripts/all-core.sh +++ b/tests/scripts/all-core.sh @@ -172,7 +172,7 @@ pre_initialize_variables () { else CRYPTO_CONFIG_H='include/psa/crypto_config.h' # helper_armc6_build_test() relies on these being defined, - # but empty if the paths don't exits (as in 3.6). + # but empty if the paths don't exist (as in 3.6). PSA_CORE_PATH='' BUILTIN_SRC_PATH='' fi