Skip to content

Commit 2f02a23

Browse files
committed
Cosmetic fix
1 parent 2e2fb6f commit 2f02a23

File tree

1 file changed

+3
-3
lines changed
  • features/mbedtls/targets/TARGET_Silicon_Labs

1 file changed

+3
-3
lines changed

features/mbedtls/targets/TARGET_Silicon_Labs/aes_alt.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ int mbedtls_aes_crypt_ecb( mbedtls_aes_context *ctx,
107107
* size (16 bytes)
108108
*
109109
* \note Upon exit, the content of the IV is updated so that you can
110-
* call the function same function again on the following
111-
* block(s) of data and get the same result as if it was
112-
* encrypted in one call. This allows a "streaming" usage.
110+
* call the same function again on the following block(s) of
111+
* data and get the same result as if it was encrypted in one
112+
* call. This allows a "streaming" usage.
113113
* If on the other hand you need to retain the contents of the
114114
* IV, you should either save it manually or use the cipher
115115
* module instead.

0 commit comments

Comments
 (0)