From 30e9f2a293287304f3a314c8cce6725466269e4e Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 17 Mar 2023 17:29:58 +0100 Subject: [PATCH] Finish sentence in comment Signed-off-by: Gilles Peskine --- library/aesni.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/aesni.h b/library/aesni.h index a81a11725d..2493998c67 100644 --- a/library/aesni.h +++ b/library/aesni.h @@ -44,7 +44,7 @@ #if defined(MBEDTLS_AESNI_C) /* Can we do AESNI with intrinsics? - * (Only implemented with certain compilers, .) + * (Only implemented with certain compilers, only for certain targets.) */ #undef MBEDTLS_AESNI_HAVE_INTRINSICS #if defined(_MSC_VER)