commit | 7e89c17788ae6d134090c639bb0c96562df7f5a6 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Mon Aug 13 12:45:26 2018 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Aug 16 10:01:47 2018 +0200 |
tree | 01ca821182bcb9060980b55d314411653455c6f7 | |
parent | 72c2707d9c0db616a1b7d089c8e033c7b03dc705 [diff] |
Fix two typos in comments
diff --git a/library/ssl_tls.c b/library/ssl_tls.c index b05d288..b25d9bf 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c
@@ -2923,7 +2923,7 @@ MBEDTLS_SSL_DEBUG_BUF( 3, "handshake header", ssl->out_msg, 12 ); - /* Copy the handshame message content and set records fields */ + /* Copy the handshake message content and set records fields */ memcpy( ssl->out_msg + 12, p, frag_len ); ssl->out_msglen = frag_len + 12; ssl->out_msgtype = cur->type;