From a71811aa4c4958998a1a750dd99f4cb3be8b249d Mon Sep 17 00:00:00 2001 From: Janos Follath Date: Thu, 13 May 2021 11:50:01 +0100 Subject: [PATCH] Fix typo Signed-off-by: Janos Follath --- include/psa/crypto_values.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index cb4c604a6..9fc84f34d 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -2512,7 +2512,7 @@ static inline int mbedtls_svc_key_id_is_null( mbedtls_svc_key_id_t key ) * specific elliptic curve, using the same mapping that is used for ECC * (::psa_ecc_family_t) keys. * - * (Here \c familiy means the value returned by psa_pake_cs_get_family() and + * (Here \c family means the value returned by psa_pake_cs_get_family() and * \c bits means the value returned by psa_pake_cs_get_bits().) * * Input and output during the operation can involve group elements and scalar @@ -2532,7 +2532,7 @@ static inline int mbedtls_svc_key_id_is_null( mbedtls_svc_key_id_t key ) * a specific Diffie-Hellman group, using the same mapping that is used for * Diffie-Hellman (::psa_dh_family_t) keys. * - * (Here \c familiy means the value returned by psa_pake_cs_get_family() and + * (Here \c family means the value returned by psa_pake_cs_get_family() and * \c bits means the value returned by psa_pake_cs_get_bits().) * * Input and output during the operation can involve group elements and scalar