From 7dadf14e7b93015814b0726d164f104da0d74f53 Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Thu, 28 Jan 2021 19:46:52 +0100 Subject: [PATCH] Minor language correction after review Signed-off-by: Steven Cooreman --- library/psa_crypto_storage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/psa_crypto_storage.h b/library/psa_crypto_storage.h index 06128e993..1d597c090 100644 --- a/library/psa_crypto_storage.h +++ b/library/psa_crypto_storage.h @@ -115,8 +115,8 @@ psa_status_t psa_save_persistent_key( const psa_core_key_attributes_t *attr, * metadata and writes them to the appropriate output parameters. * * Note: This function allocates a buffer and returns a pointer to it through - * the data parameter. On succesful return, the pointer is guaranteed to be - * valid and contain at least one byte of data. + * the data parameter. On successful return, the pointer is guaranteed to be + * valid and the buffer contains at least one byte of data. * psa_free_persistent_key_data() must be called on the data buffer * afterwards to zeroize and free this buffer. *