Fix some typos and links in comments and doc

This commit is contained in:
Manuel Pégourié-Gonnard 2018-08-20 11:09:26 +02:00
parent 02f3a8a921
commit 065a2a3472
2 changed files with 4 additions and 4 deletions

View file

@ -3034,7 +3034,7 @@ void mbedtls_ssl_send_flight_completed( mbedtls_ssl_context *ssl )
* - ssl->out_msg[0]: the handshake type (ClientHello, ServerHello, etc)
* - ssl->out_msg + 4: the handshake message body
*
* Ouputs, ie state before passing to flight_append() or write_record():
* Outputs, ie state before passing to flight_append() or write_record():
* - ssl->out_msglen: the length of the record contents
* (including handshake headers but excluding record headers)
* - ssl->out_msg: the record contents (handshake headers + content)