crypto/threads_pthread.c: Fix typos found by codespell

CLA: trivial

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/24206)
This commit is contained in:
Logan Upchurch 2024-04-19 09:38:31 -04:00 committed by Tomas Mraz
parent 9816127463
commit 5454ef7cb3
1 changed files with 2 additions and 2 deletions

View File

@ -81,8 +81,8 @@ typedef struct rcu_cb_item *prcu_cb_item;
* 1) We are building on a target that defines __APPLE__ AND
* 2) We are building on a target using clang (__clang__) AND
* 3) We are building for an M1 processor (__aarch64__)
* Then we shold not use __atomic_load_n and instead implement our own
* function to issue the ldar instruction instead, which procuces the proper
* Then we should not use __atomic_load_n and instead implement our own
* function to issue the ldar instruction instead, which produces the proper
* sequencing guarantees
*/
static inline void *apple_atomic_load_n_pvoid(void **p,