From: sapph2c Date: Mon, 29 Apr 2024 23:07:15 +0000 (-0400) Subject: Fixed typo in CRYPTO_THREAD_run_once.pod X-Git-Tag: openssl-3.4.0-alpha1~611 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd6be6c55b627204bffd203f563318778e67c388;p=thirdparty%2Fopenssl.git Fixed typo in CRYPTO_THREAD_run_once.pod CLA: trivial Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24303) --- diff --git a/doc/man3/CRYPTO_THREAD_run_once.pod b/doc/man3/CRYPTO_THREAD_run_once.pod index 9d7eefb5d38..4fb3774484c 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 into I<*dst>. I will be locked, unless atomic operations are supported on the specific -plaform. +platform. =item *