summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2022-02-15 08:12:21 +0300
committerIvan Maidanski <ivmai@mail.ru>2022-02-15 11:12:51 +0300
commit2d62edfd534102ed0f0c7878e92dea07dc76dc3e (patch)
tree910e5f4f43322dbd3b36664fa620806692f8b680
parente477b79ef4ec0da1e1004da004ffd82bf80a9e24 (diff)
downloadlibatomic_ops-2d62edfd534102ed0f0c7878e92dea07dc76dc3e.tar.gz
Fix a typo in comment of AO_stack_push_explicit_aux_release
* src/atomic_ops_stack.h [AO_USE_ALMOST_LOCK_FREE] (AO_stack_push_explicit_aux_release): Remove extra "an" (after "the") in comment.
-rw-r--r--src/atomic_ops_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atomic_ops_stack.h b/src/atomic_ops_stack.h
index dc37904..642026e 100644
--- a/src/atomic_ops_stack.h
+++ b/src/atomic_ops_stack.h
@@ -109,7 +109,7 @@
/* The following two routines should not normally be used directly. */
/* We make them visible here for the rare cases in which it makes */
- /* sense to share the an AO_stack_aux between stacks. */
+ /* sense to share the AO_stack_aux between stacks. */
AO_API void
AO_stack_push_explicit_aux_release(volatile AO_t *list, AO_t *x,
AO_stack_aux *);