commit | 8793fab6358d776c53b7b1c27844ee8ff533524c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Aug 01 10:44:07 2019 +0200 |
committer | Hanno Becker <hanno.becker@arm.com> | Mon Aug 12 17:05:03 2019 +0100 |
tree | e844b997f8c79e476018aec097a441410bb2cb97 | |
parent | 587c1ae1955374f5d6b0686c8bd3bf4af4fd341d [diff] [blame] |
Fix two typos in comments
diff --git a/library/ssl_cli.c b/library/ssl_cli.c index 60bec57..9c859eb 100644 --- a/library/ssl_cli.c +++ b/library/ssl_cli.c
@@ -3330,7 +3330,7 @@ static int ssl_process_client_key_exchange( mbedtls_ssl_context *ssl ); /* Preparation - * - For ECDH: Generate client params and derive premater secret + * - For ECDH: Generate client params and derive premaster secret * - For RSA-suites: Encrypt PMS * - For ECJPAKE: Do Round 2 */