From: Ivan Maidanski Date: Mon, 29 Jul 2013 21:18:38 +0000 (+0400) Subject: Fix typo in comment of generalize-small.template X-Git-Tag: libatomic_ops-7_2e~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24bc2e581e7527f9a59d7c9760f59421327d72a6;p=libatomic_ops Fix typo in comment of generalize-small.template (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 --- diff --git a/src/atomic_ops/generalize.h b/src/atomic_ops/generalize.h index d6c8e93..c9c9d2e 100644 --- a/src/atomic_ops/generalize.h +++ b/src/atomic_ops/generalize.h @@ -784,7 +784,7 @@ # 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)