]> granicus.if.org Git - libatomic_ops/commitdiff
2006-05-05 Hans Boehm <Hans.Boehm@hp.com>
authorhboehm <hboehm>
Sat, 6 May 2006 00:18:06 +0000 (00:18 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 25 Jul 2011 11:19:42 +0000 (15:19 +0400)
* libatomic_ops-1.1/src/atomic_ops.h: Fix comment.

src/atomic_ops.h

index 1feb37980f6a0daffbff0d574faaa042cb2dbf4d..c23f30bfa5019c341959a3944f65343ee1c23226 100755 (executable)
@@ -88,7 +88,7 @@
 /* indicates that it succeeded.                                        */
 /* Test_and_set takes an address, atomically replaces it by    */
 /* AO_TS_SET, and returns the prior value.                     */
-/* An AO_TS_t clear location can be reset with the             */
+/* An AO_TS_t location can be reset with the                   */
 /* AO_CLEAR macro, which normally uses AO_store_release.       */
 /* AO_fetch_and_add takes an address and an AO_t increment     */
 /* value.  The AO_fetch_and_add1 and AO_fetch_and_sub1 variants        */