From 8824daec6ff61a513c23331e0990a9e9c44daf5b Mon Sep 17 00:00:00 2001 From: Andrew Thoelke Date: Thu, 22 Aug 2019 15:04:48 +0100 Subject: [PATCH] Editorial fixes. --- include/psa/crypto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/psa/crypto.h b/include/psa/crypto.h index eac0ff2bf..c3f8b6ea7 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -409,10 +409,10 @@ psa_status_t psa_open_key(psa_key_id_t id, * with a call to psa_open_key(). * * Closing the key handle makes the handle invalid, and the key handle - * must not be used again by the application.. + * must not be used again by the application. * * If the key is currently in use in a multipart operation, then closing the - * last handle to the key will abort the multipart operation. + * last remaining handle to the key will abort the multipart operation. * * \param handle The key handle to close. *