From 5256e69cda692c2ccf0d532087e9850ca175e80d Mon Sep 17 00:00:00 2001 From: David Brown Date: Mon, 8 Feb 2021 15:44:11 -0700 Subject: [PATCH] Fix typo in psa config comment Change "are" to "aren't" to avoid making the comment misleading. Signed-off-by: David Brown --- include/mbedtls/config_psa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config_psa.h b/include/mbedtls/config_psa.h index f744e12cd..96f6f4a21 100644 --- a/include/mbedtls/config_psa.h +++ b/include/mbedtls/config_psa.h @@ -253,7 +253,7 @@ extern "C" { #endif /* PSA_WANT_ALG_STREAM_CIPHER */ /* The MBEDTLS_PSA_HAVE_SOFT_KEY_TYPE_* are defined if a key type is selected, - * but we are configured to accelerate this key type. */ + * but we aren't configured to accelerate this key type. */ #if defined(PSA_WANT_KEY_TYPE_AES) && !defined(MBEDTLS_PSA_ACCEL_KEY_TYPE_AES) #define PSA_HAVE_SOFT_KEY_TYPE_AES 1 #endif