From: Logan Upchurch Date: Fri, 19 Apr 2024 13:38:31 +0000 (-0400) Subject: crypto/threads_pthread.c: Fix typos found by codespell X-Git-Tag: openssl-3.4.0-alpha1~660 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5454ef7cb38290196758f72e16b598e970ef5ecb;p=thirdparty%2Fopenssl.git crypto/threads_pthread.c: Fix typos found by codespell CLA: trivial Reviewed-by: Kurt Roeckx Reviewed-by: Tom Cosgrove Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/24206) --- diff --git a/crypto/threads_pthread.c b/crypto/threads_pthread.c index f7e350c0b42..03ef60d5760 100644 --- a/crypto/threads_pthread.c +++ b/crypto/threads_pthread.c @@ -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,