From 970629fc9a3959e9d2d5c8e493215d6c2af3edfa Mon Sep 17 00:00:00 2001 From: Andrew Thoelke Date: Mon, 9 Sep 2019 09:56:34 +0100 Subject: [PATCH] Fix grammar. --- 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 f6211a8007..9d141b29ee 100644 --- a/include/psa/crypto.h +++ b/include/psa/crypto.h @@ -414,7 +414,7 @@ psa_status_t psa_open_key(psa_key_id_t id, * Closing the key handle makes the handle invalid, and the key handle * must not be used again by the application. * - * \note If the key handle was used to setup an active + * \note If the key handle was used to set up an active * :ref:\`multipart operation \`, then closing the * key handle can cause the multipart operation to fail. Applications should * maintain the key handle until after the multipart operation has finished.