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-22 10:42:01 +0300
commit1d504c3a274c0801bbd9cca95428b0dce1aee835 (patch)
tree031b688b52a64bf983cd3ff4e2d95151cd363d71
parentbcabd1ec8b6542098e0dcb28a2d436031ba58a3e (diff)
downloadlibatomic_ops-1d504c3a274c0801bbd9cca95428b0dce1aee835.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 e25d660..dd19d35 100644
--- a/src/atomic_ops_stack.h
+++ b/src/atomic_ops_stack.h
@@ -103,7 +103,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 *);