summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKeshav Kini <keshav.kini@gmail.com>2017-10-09 23:32:56 -0700
committerKeshav Kini <keshav.kini@gmail.com>2017-10-10 12:06:01 -0700
commit19f05ebc3f5346d89ec7e71feb5504dbd093721a (patch)
tree0670c0f1ceb7ea20eab31695f11cc8bfa057546f /include
parent32f3b98d1302d4c0950dc1bf94b50269b6edbd95 (diff)
Fix typos
CLA: trivial Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/4513)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/openssl/crypto.h b/include/openssl/crypto.h
index c2aa07c98d..8df7f3c233 100644
--- a/include/openssl/crypto.h
+++ b/include/openssl/crypto.h
@@ -211,7 +211,7 @@ void *CRYPTO_get_ex_data(const CRYPTO_EX_DATA *ad, int idx);
* The old locking functions have been removed completely without compatibility
* macros. This is because the old functions either could not properly report
* errors, or the returned error values were not clearly documented.
- * Replacing the locking functions with with no-ops would cause race condition
+ * Replacing the locking functions with no-ops would cause race condition
* issues in the affected applications. It is far better for them to fail at
* compile time.
* On the other hand, the locking callbacks are no longer used. Consequently,