From b0d59af38cf8802ece4b23a2ed7c6271dd75137b Mon Sep 17 00:00:00 2001 From: krw <> Date: Sun, 20 Mar 2016 16:50:29 +0000 Subject: " the the " -> " the ", or in a couple of cases replace the superfluous "the" with the obviously intended word. Started with a "the the" spotted by Mihal Mazurek. --- src/lib/libcrypto/ec/ec_asn1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/libcrypto/ec') diff --git a/src/lib/libcrypto/ec/ec_asn1.c b/src/lib/libcrypto/ec/ec_asn1.c index adaff98b2f..3234e7a6f2 100644 --- a/src/lib/libcrypto/ec/ec_asn1.c +++ b/src/lib/libcrypto/ec/ec_asn1.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_asn1.c,v 1.21 2015/10/16 15:15:39 jsing Exp $ */ +/* $OpenBSD: ec_asn1.c,v 1.22 2016/03/20 16:50:29 krw Exp $ */ /* * Written by Nils Larsch for the OpenSSL project. */ @@ -1019,7 +1019,7 @@ ec_asn1_group2pkparameters(const EC_GROUP * group, ECPKPARAMETERS * params) if (EC_GROUP_get_asn1_flag(group)) { /* - * use the asn1 OID to describe the the elliptic curve + * use the asn1 OID to describe the elliptic curve * parameters */ tmp = EC_GROUP_get_curve_name(group); -- cgit v1.2.3-55-g6feb