commit | 96ae92657236a7c3c753c5a8f741d014e19e4dbe | [log] [tgz] |
---|---|---|
author | Gabor Mezei <gabor.mezei@arm.com> | Tue Jun 28 11:45:18 2022 +0200 |
committer | Gabor Mezei <gabor.mezei@arm.com> | Tue Jun 28 11:56:26 2022 +0200 |
tree | 29ddab7c496ef9d7d1126e68b1d0a4757aa920e5 | |
parent | 54719122698ca2cc8d1753d422520161d1776521 [diff] [blame] |
Typo Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
diff --git a/library/ssl_msg.c b/library/ssl_msg.c index 4c9a177..d0b8a64 100644 --- a/library/ssl_msg.c +++ b/library/ssl_msg.c
@@ -2720,7 +2720,7 @@ if( ++ssl->cur_out_ctr[i - 1] != 0 ) break; - /* The loop goes to its end iff the counter is wrapping */ + /* The loop goes to its end if the counter is wrapping */ if( i == mbedtls_ssl_ep_len( ssl ) ) { MBEDTLS_SSL_DEBUG_MSG( 1, ( "outgoing message counter would wrap" ) );