From 0bb257096aa0f9e31a6a1bc1cb864426ba8c227f Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Mon, 14 Dec 2020 17:36:02 +0100 Subject: [PATCH] Copyediting Signed-off-by: Gilles Peskine --- include/psa/crypto_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/psa/crypto_types.h b/include/psa/crypto_types.h index 83876be81..efa24c470 100644 --- a/include/psa/crypto_types.h +++ b/include/psa/crypto_types.h @@ -175,7 +175,7 @@ typedef uint8_t psa_key_persistence_t; * cryptoprocessors such as secure elements, the location of a key * indicates which secure element performs the operations on the key. * Depending on the design of the secure element, the key - * material may either be stored either in the secure element, or + * material may be stored either in the secure element, or * in wrapped (encrypted) form alongside the key metadata in the * primary local storage. *