Fix two typos in comments

This commit is contained in:
Manuel Pégourié-Gonnard 2018-08-13 12:45:26 +02:00
parent 72c2707d9c
commit 7e89c17788
2 changed files with 2 additions and 2 deletions

View file

@ -2923,7 +2923,7 @@ int mbedtls_ssl_flight_transmit( mbedtls_ssl_context *ssl )
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;