aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/threads
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-03 23:23:24 +0000
committerUlf Möller <ulf@openssl.org>2000-02-03 23:23:24 +0000
commit657e60fa00ddde3618600d6306be913214d30457 (patch)
tree6ea080becb16ab3d808ec45064b17b7fedb745a2 /crypto/threads
parent9dbc41d7eed7d69da54dc81082794845c50ad482 (diff)
downloadopenssl-657e60fa00ddde3618600d6306be913214d30457.tar.gz
ispell (and minor modifications)
Diffstat (limited to 'crypto/threads')
-rw-r--r--crypto/threads/th-lock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/threads/th-lock.c b/crypto/threads/th-lock.c
index afb4f4caf2..7a6b091669 100644
--- a/crypto/threads/th-lock.c
+++ b/crypto/threads/th-lock.c
@@ -96,7 +96,7 @@ static unsigned long pthreads_thread_id(void );
/* usage:
* CRYPTO_thread_setup();
- * applicaion code
+ * application code
* CRYPTO_thread_cleanup();
*/