diff --git a/include/psa/crypto.h b/include/psa/crypto.h index e54af34c60..73889e0ddc 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