Fix a typo in comments

This commit is contained in:
Manuel Pégourié-Gonnard 2018-08-22 10:38:52 +02:00
parent b8eec192f6
commit f47a4afea3

View File

@ -307,7 +307,7 @@ struct mbedtls_ssl_handshake_params
resending messages */
unsigned char alt_out_ctr[8]; /*!< Alternative record epoch/counter
for resending messages */
uint16_t mtu; /*!< Handshake mtu, used to fragment outoing messages */
uint16_t mtu; /*!< Handshake mtu, used to fragment outgoing messages */
#endif /* MBEDTLS_SSL_PROTO_DTLS */
/*