summaryrefslogtreecommitdiff
path: root/src/atomic_ops_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atomic_ops_stack.h')
-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 *);