fix several format and comment issues
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/include/mbedtls/ssl.h b/include/mbedtls/ssl.h
index 70dc501..d328d23 100644
--- a/include/mbedtls/ssl.h
+++ b/include/mbedtls/ssl.h
@@ -2582,7 +2582,7 @@
* the server supports.
*
* \warning The ciphersuites array \p ciphersuites is not copied.
- * It must remain valid for the lifetime the SSL
+ * It must remain valid for the lifetime of the SSL
* configuration \p conf.
*
* \param conf The SSL configuration to modify.
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 4933980..834a239 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -3549,7 +3549,7 @@
}
#if defined(MBEDTLS_SSL_PROTO_TLS1_3_EXPERIMENTAL)
-void mbedtls_ssl_conf_tls13_key_exchange_modes( mbedtls_ssl_config* conf,
+void mbedtls_ssl_conf_tls13_key_exchange_modes( mbedtls_ssl_config *conf,
const int kex_modes )
{
conf->tls13_kex_modes = kex_modes;