Fix minor 'the the' typos
[openssl.git] / crypto / ec / ec_asn1.c
index 03258364458d96057885fd550cc89cc0a3d1c702..6d72c711f03ce8458f7d13c35e63120b35baaa2a 100644 (file)
@@ -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) {