diff --git a/library/ssl_tls.c b/library/ssl_tls.c index a0dd157ef..bc1783375 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -3886,7 +3886,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 ) {