From 459a950f31b1e740818ae62c9426b453df137cc7 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 e254b2bd37..ef121376cf 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 ) {