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-21 12:36:02 +0300
commitb933c83e969dbf46f58f2cd286a929205d67b3cc (patch)
tree92b044766eeb3373f4133ab6aeb0da5731855e4a
parentd661f176331f602b9484a523958f8d9789ee5343 (diff)
downloadlibatomic_ops-b933c83e969dbf46f58f2cd286a929205d67b3cc.tar.gz
Fix a typo in comment of AO_stack_push_explicit_aux_release
(a cherry-pick of commit 2d62edfd5 from 'master') * 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 5484a3a..16e5614 100644
--- a/src/atomic_ops_stack.h
+++ b/src/atomic_ops_stack.h
@@ -110,7 +110,7 @@ typedef struct AO__stack_aux {
/* 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. */
+/* to share the AO_stack_aux between stacks. */
void
AO_stack_push_explicit_aux_release(volatile AO_t *list, AO_t *x,
AO_stack_aux *);