summaryrefslogtreecommitdiffstats
path: root/crypto/x509/by_store.c
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/x509/by_store.c
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/x509/by_store.c')
-rw-r--r--crypto/x509/by_store.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/x509/by_store.c b/crypto/x509/by_store.c
index 29d9700ab1..9dd687f757 100644
--- a/crypto/x509/by_store.c
+++ b/crypto/x509/by_store.c
@@ -188,7 +188,7 @@ static int by_store_subject_ex(X509_LOOKUP *ctx, X509_LOOKUP_TYPE type,
*
* To be noted is that X509_OBJECT_set1_* increment the refcount,
* but so does X509_STORE_CTX_get_by_subject upon return of this
- * function, so we must ensure the the refcount is decremented
+ * function, so we must ensure the refcount is decremented
* before we return, or we will get a refcount leak. We cannot do
* this with X509_OBJECT_free(), though, as that will free a bit
* too much.