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)
This commit is contained in:
sapph2c 2024-04-29 19:07:15 -04:00 committed by Tomas Mraz
parent f4601b6de7
commit fd6be6c55b
1 changed files with 1 additions and 1 deletions

View File

@ -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 *