]> granicus.if.org Git - libatomic_ops/commitdiff
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>
Sun, 18 Aug 2013 07:26:25 +0000 (11:26 +0400)
(Apply commit 22d7c97 from 'master' branch.)

* src/atomic_ops/generalize.h: Fix a typo in comment
("acquire").

Conflicts:

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

src/atomic_ops/generalize.h

index d6c8e9364a6d0ee5f18c2d2da45055d76af1b689..c9c9d2e3c1e6b51634d308953f0b2e0de6a0c6c0 100644 (file)
 # define AO_HAVE_or_acquire_read
 #endif
 
-/* dd_aquire_read is meaningless.       */
+/* dd_acquire_read is meaningless.      */
 
 /* Test_and_set */
 #if defined(AO_HAVE_test_and_set_full)