fix typo error

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-02-08 21:08:29 +08:00
parent 2d9a694088
commit 5c7d1cce97

View File

@ -770,7 +770,7 @@ struct mbedtls_ssl_handshake_params
#if defined(MBEDTLS_SSL_CLI_C) #if defined(MBEDTLS_SSL_CLI_C)
uint8_t client_auth; /*!< used to check if CertificateRequest has been uint8_t client_auth; /*!< used to check if CertificateRequest has been
received from server side. If CertificateReqeust received from server side. If CertificateRequest
has been received, Certificate and CertificateVerify has been received, Certificate and CertificateVerify
should be sent to server */ should be sent to server */
#endif /* MBEDTLS_SSL_CLI_C */ #endif /* MBEDTLS_SSL_CLI_C */