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:
authorIvan Maidanski <ivmai@mail.ru>2013-07-30 01:18:38 +0400
committerIvan Maidanski <ivmai@mail.ru>2013-07-30 01:18:38 +0400
commit22d7c9794561a2590b28ea14c1684ff6efc21f58 (patch)
tree9d75017f7ef0241256ec4cabd265807f443c5f01
parent4399344775ac5986778c541e3c65f08ae1b4543a (diff)
Fix typo in comment of generalize-small.template
* src/atomic_ops/generalize-arithm.template: Fix a typo in comment ("acquire"). * src/atomic_ops/generalize-arithm.h: Regenerate.
-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. */