Skip to content

Commit

Permalink
crypto/threads_pthread.c: Fix typos found by codespell
Browse files Browse the repository at this point in the history
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 #24206)
  • Loading branch information
calculac0re authored and t8m committed Apr 23, 2024
1 parent 9816127 commit 5454ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crypto/threads_pthread.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5454ef7

Please sign in to comment.