commit | 459a950f31b1e740818ae62c9426b453df137cc7 | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Tue Oct 27 16:09:03 2015 +0000 |
committer | Simon Butcher <simon.butcher@arm.com> | Tue Oct 27 16:09:03 2015 +0000 |
tree | 8715e90da454b971722e6956a4a08836ca0be015 | |
parent | b48ace74c4a6f975a24fe7082567506e2c8f8dd5 [diff] |
Fixed typo in comment
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index e254b2b..ef12137 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -3896,7 +3896,7 @@ 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 ) {