summaryrefslogtreecommitdiffstats
path: root/crypto
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 /crypto
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 'crypto')
-rw-r--r--crypto/des/asm/des_enc.m44
-rw-r--r--crypto/ec/ec_asn1.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/crypto/des/asm/des_enc.m4 b/crypto/des/asm/des_enc.m4
index 122a0fa28c..4ba91dff1b 100644
--- a/crypto/des/asm/des_enc.m4
+++ b/crypto/des/asm/des_enc.m4
@@ -112,7 +112,7 @@ changequote({,})
!
! Loads key first round from address in parameter 5 to out0, out1.
!
-! After the the original LibDES initial permutation, the resulting left
+! After the original LibDES initial permutation, the resulting left
! is in the variable initially used for right and vice versa. The macro
! implements the possibility to keep the halfs in the original registers.
!
@@ -529,7 +529,7 @@ $4:
! parameter 4 1 for load input/output address to local5/7
!
! The final permutation logic switches the halves, meaning that
-! left and right ends up the the registers originally used.
+! left and right ends up the registers originally used.
define(fp_macro, {
diff --git a/crypto/ec/ec_asn1.c b/crypto/ec/ec_asn1.c
index 0325836445..6d72c711f0 100644
--- a/crypto/ec/ec_asn1.c
+++ b/crypto/ec/ec_asn1.c
@@ -572,7 +572,7 @@ ECPKPARAMETERS *EC_GROUP_get_ecpkparameters(const EC_GROUP *group,
if (EC_GROUP_get_asn1_flag(group)) {
/*
- * use the asn1 OID to describe the the elliptic curve parameters
+ * use the asn1 OID to describe the elliptic curve parameters
*/
tmp = EC_GROUP_get_curve_name(group);
if (tmp) {