From 19643c573d6c796f010a9ef25ac053bda34d2b2a Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 16 Nov 2018 16:45:02 +0100 Subject: [PATCH] Fix typo in documentation tests/scripts/doxygen.sh passes. --- include/psa/crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index 8e439bab0..15c8130ef 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -1270,7 +1270,7 @@ typedef uint32_t psa_algorithm_t; * \param kdf_alg A key derivation algorithm (\c PSA_ALG_XXX value such * that #PSA_ALG_IS_KEY_DERIVATION(\p hash_alg) is true) * or a key selection algorithm (\c PSA_ALG_XXX value such - * that #PSA_ALG_IS_SELECTION(\p hash_alg) is true). + * that #PSA_ALG_IS_KEY_SELECTION(\p hash_alg) is true). * * \return The Diffie-Hellman algorithm with the specified * selection or derivation algorithm.