From 3f20b77517e49e33e941d31aceaddb700ad64d6f Mon Sep 17 00:00:00 2001 From: Ronald Cron Date: Tue, 8 Mar 2022 16:00:02 +0100 Subject: [PATCH] Improve comment Signed-off-by: Ronald Cron --- library/ssl_tls.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/ssl_tls.c b/library/ssl_tls.c index f3e5a0af9..e2f6d7790 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -2695,8 +2695,8 @@ static int ssl_prepare_handshake_step( mbedtls_ssl_context *ssl ) /* * We may have not been able to send to the peer all the handshake data - * that were written into the output buffer by the previous handshake step: - * the write to the network callback returned with the + * that were written into the output buffer by the previous handshake step, + * if the write to the network callback returned with the * #MBEDTLS_ERR_SSL_WANT_WRITE error code. * We proceed to the next handshake step only when all data from the * previous one have been sent to the peer, thus we make sure that this is