mirror of
https://github.com/openssl/openssl.git
synced 2025-04-12 20:30:52 +08:00
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:
parent
9816127463
commit
5454ef7cb3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user