aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2022-12-06 16:31:25 +0000
committerDave Rodgman <dave.rodgman@arm.com>2022-12-06 16:31:25 +0000
commit556e8a321978b4f3d971ea4217305226fbe5bc25 (patch)
tree1a3c38bcdf79a66bfdc9dde89b482d1b70bdc8de
parent614688711d246b115ff20614b6713c03ad1bfc8b (diff)
downloadmbedtls-556e8a321978b4f3d971ea4217305226fbe5bc25.tar.gz
Fix additional mis-spelling
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
-rw-r--r--library/ssl_tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ssl_tls.c b/library/ssl_tls.c
index 83f2b3c3e..2fcc950b2 100644
--- a/library/ssl_tls.c
+++ b/library/ssl_tls.c
@@ -4241,7 +4241,7 @@ int mbedtls_ssl_context_save( mbedtls_ssl_context *ssl,
MBEDTLS_SSL_DEBUG_MSG( 1, ( "There is pending outgoing data" ) );
return( MBEDTLS_ERR_SSL_BAD_INPUT_DATA );
}
- /* Protocol must be DLTS, not TLS */
+ /* Protocol must be DTLS, not TLS */
if( ssl->conf->transport != MBEDTLS_SSL_TRANSPORT_DATAGRAM )
{
MBEDTLS_SSL_DEBUG_MSG( 1, ( "Only DTLS is supported" ) );