summaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDaniel Bevenius <daniel.bevenius@gmail.com>2017-12-29 07:07:15 +0100
committerMatt Caswell <matt@openssl.org>2018-01-02 15:30:22 +0000
commit436ad81f056cd88de374ea4a27da39b4cafb4b27 (patch)
tree36333dce695b84f002b88e6caa540fc1a405ed05 /ssl
parentd201dbc9a4d4ce7fd1f7ffc8f499cf261ba5e72a (diff)
Fix minor 'the the' typos
Similar to commit 17b602802114d53017ff7894319498934a580b17( "Remove extra `the` in SSL_SESSION_set1_id.pod"), this commit removes typos where additional 'the' have been added. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4999)
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h
index b5705ed28e..b40d9bfe00 100644
--- a/ssl/ssl_locl.h
+++ b/ssl/ssl_locl.h
@@ -1591,7 +1591,7 @@ typedef struct ssl3_state_st {
/*
* Flag used in message reuse to indicate the buffer contains the record
- * header as well as the the handshake message header.
+ * header as well as the handshake message header.
*/
# define DTLS1_SKIP_RECORD_HEADER 2