Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/libatomic_ops.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/atomic_ops/generalize-arithm.h8
-rw-r--r--src/atomic_ops/generalize-arithm.template2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/atomic_ops/generalize-arithm.h b/src/atomic_ops/generalize-arithm.h
index e03395a..e925b10 100644
--- a/src/atomic_ops/generalize-arithm.h
+++ b/src/atomic_ops/generalize-arithm.h
@@ -842,7 +842,7 @@
# define AO_HAVE_char_xor_acquire_read
#endif
-/* char_and/or/xor_dd_aquire_read are meaningless. */
+/* char_and/or/xor_dd_acquire_read are meaningless. */
/*
* Copyright (c) 2003-2011 Hewlett-Packard Development Company, L.P.
*
@@ -1687,7 +1687,7 @@
# define AO_HAVE_short_xor_acquire_read
#endif
-/* short_and/or/xor_dd_aquire_read are meaningless. */
+/* short_and/or/xor_dd_acquire_read are meaningless. */
/*
* Copyright (c) 2003-2011 Hewlett-Packard Development Company, L.P.
*
@@ -2532,7 +2532,7 @@
# define AO_HAVE_int_xor_acquire_read
#endif
-/* int_and/or/xor_dd_aquire_read are meaningless. */
+/* int_and/or/xor_dd_acquire_read are meaningless. */
/*
* Copyright (c) 2003-2011 Hewlett-Packard Development Company, L.P.
*
@@ -3377,4 +3377,4 @@
# define AO_HAVE_xor_acquire_read
#endif
-/* and/or/xor_dd_aquire_read are meaningless. */
+/* and/or/xor_dd_acquire_read are meaningless. */
diff --git a/src/atomic_ops/generalize-arithm.template b/src/atomic_ops/generalize-arithm.template
index 8b21912..24161a4 100644
--- a/src/atomic_ops/generalize-arithm.template
+++ b/src/atomic_ops/generalize-arithm.template
@@ -842,4 +842,4 @@
# define AO_HAVE_XSIZE_xor_acquire_read
#endif
-/* XSIZE_and/or/xor_dd_aquire_read are meaningless. */
+/* XSIZE_and/or/xor_dd_acquire_read are meaningless. */