diff --git a/library/ssl_tls.c b/library/ssl_tls.c index e254b2bd3..ef121376c 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -3896,7 +3896,7 @@ read_record_header: ssl->in_msg[0], ssl->in_msg[1] ) ); /* - * Ignore non-fatal alerts, except close_notify and no_renego + * Ignore non-fatal alerts, except close_notify and no_renegotiation */ if( ssl->in_msg[0] == MBEDTLS_SSL_ALERT_LEVEL_FATAL ) {