From 372c81680d8fdce7c792c3dffb849214a7517f6f Mon Sep 17 00:00:00 2001 From: Elena Uziunaite Date: Tue, 29 Oct 2024 16:44:24 +0000 Subject: [PATCH] Fix typo Signed-off-by: Elena Uziunaite --- scripts/mbedtls_framework/build_tree.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mbedtls_framework/build_tree.py b/scripts/mbedtls_framework/build_tree.py index 75f9b6b0b..2d720a404 100644 --- a/scripts/mbedtls_framework/build_tree.py +++ b/scripts/mbedtls_framework/build_tree.py @@ -133,7 +133,7 @@ def guess_tf_psa_crypto_root(root: Optional[str] = None) -> str: def is_mbedtls_3_6() -> bool: """Whether the working tree is an Mbed TLS 3.6 one or not - Return false in we are in TF-PSA-Crypto or in Mbed TLS but with a version + Return false if we are in TF-PSA-Crypto or in Mbed TLS but with a version different from 3.6.x. Raise an exception if we are neither in Mbed TLS nor in TF-PSA-Crypto. """