From 1e660edd82a66aec41b3b13609c15087aa3c559c Mon Sep 17 00:00:00 2001 From: TRodziewicz Date: Wed, 26 May 2021 17:08:54 +0200 Subject: [PATCH] Change the comment wording in config.h Signed-off-by: TRodziewicz --- include/mbedtls/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mbedtls/config.h b/include/mbedtls/config.h index 2670a2f1b0..044bbd7228 100644 --- a/include/mbedtls/config.h +++ b/include/mbedtls/config.h @@ -3500,7 +3500,7 @@ /** \def MBEDTLS_SSL_CID_TLS1_3_PADDING_GRANULARITY * * This option controls the use of record plaintext padding - * when using the Connection ID extension in DTLS 1.2 and TLS 1.3. + * in TLS 1.3 and when using the Connection ID extension in DTLS 1.2. * * The padding will always be chosen so that the length of the * padded plaintext is a multiple of the value of this option.