summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 *);