From 7668960e43795b10d0edab157e81049a000a2491 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 5 May 2020 16:01:22 +0200 Subject: [PATCH] Fix copypasta: ciphertext -> plaintext Signed-off-by: Gilles Peskine --- include/psa/crypto_sizes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/psa/crypto_sizes.h b/include/psa/crypto_sizes.h index 0d1810492..cc0eab4fb 100644 --- a/include/psa/crypto_sizes.h +++ b/include/psa/crypto_sizes.h @@ -450,9 +450,9 @@ /** Sufficient output buffer size for psa_asymmetric_decrypt(). * - * This macro returns a sufficient buffer size for a ciphertext produced using + * This macro returns a sufficient buffer size for a plaintext produced using * a key of the specified type and size, with the specified algorithm. - * Note that the actual size of the ciphertext may be smaller, depending + * Note that the actual size of the plaintext may be smaller, depending * on the algorithm. * * \warning This function may call its arguments multiple times or