From 2f02a23ac045d2eadc0495e90424ce97288b7bcb Mon Sep 17 00:00:00 2001 From: Steven Cooreman Date: Tue, 31 Oct 2017 18:58:15 +0100 Subject: [PATCH] Cosmetic fix --- features/mbedtls/targets/TARGET_Silicon_Labs/aes_alt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/mbedtls/targets/TARGET_Silicon_Labs/aes_alt.h b/features/mbedtls/targets/TARGET_Silicon_Labs/aes_alt.h index f08e62320c..6b18a334e6 100644 --- a/features/mbedtls/targets/TARGET_Silicon_Labs/aes_alt.h +++ b/features/mbedtls/targets/TARGET_Silicon_Labs/aes_alt.h @@ -107,9 +107,9 @@ int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx, * size (16 bytes) * * \note Upon exit, the content of the IV is updated so that you can - * call the function same function again on the following - * block(s) of data and get the same result as if it was - * encrypted in one call. This allows a "streaming" usage. + * call the same function again on the following block(s) of + * data and get the same result as if it was encrypted in one + * call. This allows a "streaming" usage. * If on the other hand you need to retain the contents of the * IV, you should either save it manually or use the cipher * module instead.