Fix copy-pasta in documentation for outgoing CliKeyExchange
diff --git a/library/ssl_cli.c b/library/ssl_cli.c
index 8e86592..b38c2a3 100644
--- a/library/ssl_cli.c
+++ b/library/ssl_cli.c
@@ -3443,7 +3443,7 @@
if( mbedtls_ssl_suite_get_key_exchange( ciphersuite_info )
== MBEDTLS_KEY_EXCHANGE_RSA )
{
- /* For RSA-PSK, the premaster secret is composed of
+ /* For RSA, the premaster secret is composed of
* - 2 bytes indicating the TLS version
* - 46 randomly chosen bytes
* which the following call generates. */