]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
crypto/threads_pthread.c: Fix typos found by codespell
authorLogan Upchurch <lupchurchnull@gmail.com>
Fri, 19 Apr 2024 13:38:31 +0000 (09:38 -0400)
committerTomas Mraz <tomas@openssl.org>
Tue, 23 Apr 2024 09:26:29 +0000 (11:26 +0200)
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)

crypto/threads_pthread.c

index f7e350c0b42ecda1d43a3b916049f3703bdc778e..03ef60d576050db1561c6d80783a2997ac83797d 100644 (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,