From 4eb05a4edd4111a3be110d82fe6c9af955c36e72 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 26 May 2020 17:07:16 +0200 Subject: [PATCH] Fix article in documentation Co-authored-by: Andrew Thoelke Signed-off-by: Gilles Peskine --- include/psa/crypto_values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_values.h b/include/psa/crypto_values.h index e80306c38..7a41b2233 100644 --- a/include/psa/crypto_values.h +++ b/include/psa/crypto_values.h @@ -672,7 +672,7 @@ #define PSA_ALG_IS_AEAD(alg) \ (((alg) & PSA_ALG_CATEGORY_MASK) == PSA_ALG_CATEGORY_AEAD) -/** Whether the specified algorithm is a asymmetric signature algorithm, +/** Whether the specified algorithm is an asymmetric signature algorithm, * also known as public-key signature algorithm. * * \param alg An algorithm identifier (value of type #psa_algorithm_t).