From 94c5e3c6548646a7d43e8d84de6331f500670e5b Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Tue, 27 Oct 2015 16:09:03 +0000 Subject: [PATCH] Fixed typo in comment --- library/ssl_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) {