From 0789aed39d545394e61e9edb0178cf46d08ded00 Mon Sep 17 00:00:00 2001 From: Simon Butcher Date: Fri, 11 Sep 2015 17:15:17 +0100 Subject: [PATCH] Update ssl_tls.c Typo --- library/ssl_tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/ssl_tls.c b/library/ssl_tls.c index 66745d5af0..fa1530be67 100644 --- a/library/ssl_tls.c +++ b/library/ssl_tls.c @@ -3257,7 +3257,7 @@ static int ssl_session_reset_int( mbedtls_ssl_context *ssl, int partial ); /* * Without any SSL context, check if a datagram looks like a ClientHello with * a valid cookie, and if it doesn't, generate a HelloVerifyRequest message. - * Both input and input include full DTLS headers. + * Both input and output include full DTLS headers. * * - if cookie is valid, return 0 * - if ClientHello looks superficially valid but cookie is not,