summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorsapph2c <arn4006@g.rit.edu>2024-04-29 19:07:15 -0400
committerTomas Mraz <tomas@openssl.org>2024-05-01 15:21:26 +0200
commitfd6be6c55b627204bffd203f563318778e67c388 (patch)
tree0834bbb9a756748f0407a0ed627f20448094fdc5 /doc
parentf4601b6de709a89120c86ad825b70f65b332deed (diff)
Fixed typo in CRYPTO_THREAD_run_once.pod
CLA: trivial Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/24303)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/CRYPTO_THREAD_run_once.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/CRYPTO_THREAD_run_once.pod b/doc/man3/CRYPTO_THREAD_run_once.pod
index 9d7eefb5d3..4fb3774484 100644
--- a/doc/man3/CRYPTO_THREAD_run_once.pod
+++ b/doc/man3/CRYPTO_THREAD_run_once.pod
@@ -115,7 +115,7 @@ NULL, then the function will fail.
CRYPTO_atomic_store() atomically stores the contents of I<val> into I<*dst>.
I<lock> will be locked, unless atomic operations are supported on the specific
-plaform.
+platform.
=item *