From cd38f2720678fffd28669aa1625695106060695f Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 9 Jan 2024 08:41:03 +0100 Subject: [PATCH] Revert "psa_util: fix typo in comment" This reverts commit 98f5db9fca7fa9dc3a30c3264b720e41589d713d. Signed-off-by: Valerio Setti --- include/mbedtls/psa_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/psa_util.h b/include/mbedtls/psa_util.h index 7fcc9d2b0f..e8fb3de61a 100644 --- a/include/mbedtls/psa_util.h +++ b/include/mbedtls/psa_util.h @@ -155,7 +155,7 @@ mbedtls_ecp_group_id mbedtls_ecc_group_of_psa(psa_ecc_family_t curve, * \param md_type The type of digest to search for. * * \return The PSA algorithm identifier associated with \p md_type; - * #PSA_ALG_NONE if the algorithm is unsupported or invalid. + * #PSA_ALG_NONE if the algorithm is unuspported or invalid. */ psa_algorithm_t mbedtls_md_psa_alg_from_type(mbedtls_md_type_t md_type);