summaryrefslogtreecommitdiffstats
path: root/crypto/ct
diff options
context:
space:
mode:
authorShane Lontis <shane.lontis@oracle.com>2021-03-04 13:54:40 +1000
committerShane Lontis <shane.lontis@oracle.com>2021-03-09 16:25:45 +1000
commit3e6a0d57389d7e5e45b06753692873e40dd125e9 (patch)
tree09b840d01e3e223627a0cf59a15a2672f721d7c9 /crypto/ct
parent889ad4ef8181093d5c088d5518c7b353ddb48455 (diff)
Reword repeated words.
A trivial PR to remove some commonly repeated words. It looks like this is not the first PR to do this. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14420)
Diffstat (limited to 'crypto/ct')
-rw-r--r--crypto/ct/ct_sct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ct/ct_sct.c b/crypto/ct/ct_sct.c
index ab22ecafad..41fbfaba75 100644
--- a/crypto/ct/ct_sct.c
+++ b/crypto/ct/ct_sct.c
@@ -343,7 +343,7 @@ int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx)
* XXX: Potential for optimization. This repeats some idempotent heavy
* lifting on the certificate for each candidate SCT, and appears to not
* use any information in the SCT itself, only the certificate is
- * processed. So it may make more sense to to do this just once, perhaps
+ * processed. So it may make more sense to do this just once, perhaps
* associated with the shared (by all SCTs) policy eval ctx.
*
* XXX: Failure here is global (SCT independent) and represents either an