tls13: srv: Fix comment

Signed-off-by: Ronald Cron <ronald.cron@arm.com>
This commit is contained in:
Ronald Cron 2023-04-06 09:57:52 +02:00
parent fe01ec2d57
commit dad02b2bec

View file

@ -1405,7 +1405,7 @@ static int ssl_tls13_parse_client_hello(mbedtls_ssl_context *ssl,
#endif
/*
* We are negotiation the version 1.3 of the protocol. Do what we have
* We are negotiating the version 1.3 of the protocol. Do what we have
* postponed: copy of the client random bytes, copy of the legacy session
* identifier and selection of the TLS 1.3 cipher suite.
*/