Fix typo in comment of generalize-small.template
authorIvan Maidanski <ivmai@mail.ru>
Mon, 29 Jul 2013 21:18:38 +0000 (01:18 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 29 Jul 2013 21:18:38 +0000 (01:18 +0400)
* src/atomic_ops/generalize-arithm.template: Fix a typo in comment
("acquire").
* src/atomic_ops/generalize-arithm.h: Regenerate.

src/atomic_ops/generalize-arithm.h
src/atomic_ops/generalize-arithm.template

index e03395a..e925b10 100644 (file)
 # 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.
  *
 # 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.
  *
 # 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.
  *
 # define AO_HAVE_xor_acquire_read
 #endif
 
-/* and/or/xor_dd_aquire_read are meaningless.     */
+/* and/or/xor_dd_acquire_read are meaningless.    */
index 8b21912..24161a4 100644 (file)
 # 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.    */