Fix typos in files in ssl directory
[oweals/openssl.git] / ssl / s3_cbc.c
index 0981360e0bdbd5cb0c1856e3d85c82840ce55a94..bab9b2681601a8c604397eeee25ec6628b95cc5c 100644 (file)
@@ -419,8 +419,8 @@ int ssl3_cbc_digest_record(const EVP_MD_CTX *ctx,
              */
             b = constant_time_select_8(is_past_c, 0x80, b);
             /*
-             * If this the the block containing the end of the application
-             * data and we're past the 0x80 value then just write zero.
+             * If this block contains the end of the application data
+             * and we're past the 0x80 value then just write zero.
              */
             b = b & ~is_past_cp1;
             /*