summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/Tls1.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Tls1.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Tls1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/Tls1.h b/MdePkg/Include/IndustryStandard/Tls1.h
index cccb6db7fb..c6933cd1ee 100644
--- a/MdePkg/Include/IndustryStandard/Tls1.h
+++ b/MdePkg/Include/IndustryStandard/Tls1.h
@@ -91,13 +91,13 @@ typedef struct {
//
// The length (in bytes) of the TLSPlaintext records payload MUST NOT exceed 2^14.
-// Refers to section 6.2 of RFC5246.
+// Refers to section 6.2 of RFC5246.
//
#define TLS_PLAINTEXT_RECORD_MAX_PAYLOAD_LENGTH 16384
//
// The length (in bytes) of the TLSCiphertext records payload MUST NOT exceed 2^14 + 2048.
-// Refers to section 6.2 of RFC5246.
+// Refers to section 6.2 of RFC5246.
//
#define TLS_CIPHERTEXT_RECORD_MAX_PAYLOAD_LENGTH 18432