From 6a2c400b8c690e0e9db0ac784dac2ae03a6aa45d Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 26 Feb 2024 08:34:06 +0100 Subject: [PATCH] typo Signed-off-by: Gilles Peskine --- 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 e54af34c6..73889e0dd 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -4144,7 +4144,7 @@ psa_status_t psa_generate_key(const psa_key_attributes_t *attributes, * When this is #PSA_KEY_PRODUCTION_PARAMETERS_INIT * with \p params_data_length = 0, * this function is equivalent to - * psa_key_generation_output_key(). + * psa_generate_key(). * \param params_data_length * Length of `params->data` in bytes. * \param[out] key On success, an identifier for the newly created