aboutsummaryrefslogtreecommitdiff
path: root/crypto/initthread.c
diff options
context:
space:
mode:
authorAntoine Cœur <coeur@gmx.fr>2019-07-02 16:04:04 +0800
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-07-02 14:22:29 +0200
commitc2969ff6e70b10f71fbd97c1d0b0cffc92bd69df (patch)
tree31e1c94c18598574c6074468cffbf16602f98a15 /crypto/initthread.c
parentf663ddc7b00a2d75c1e7d868b73b24adc3f62095 (diff)
downloadopenssl-c2969ff6e70b10f71fbd97c1d0b0cffc92bd69df.zip
openssl-c2969ff6e70b10f71fbd97c1d0b0cffc92bd69df.tar.gz
openssl-c2969ff6e70b10f71fbd97c1d0b0cffc92bd69df.tar.bz2
Fix Typos
CLA: trivial Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9288)
Diffstat (limited to 'crypto/initthread.c')
-rw-r--r--crypto/initthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/initthread.c b/crypto/initthread.c
index b398b05..99cd96c 100644
--- a/crypto/initthread.c
+++ b/crypto/initthread.c
@@ -139,7 +139,7 @@ init_get_thread_local(CRYPTO_THREAD_LOCAL *local, int alloc, int keep)
* destructor for threads terminating before libcrypto is initialized or
* after it's de-initialized. Access to the key doesn't have to be
* serialized for the said threads, because they didn't use libcrypto
- * and it doesn't matter if they pick "impossible" or derefernce real
+ * and it doesn't matter if they pick "impossible" or dereference real
* key value and pull NULL past initialization in the first thread that
* intends to use libcrypto.
*/