From c55196697e25ac0e0bb1ce6d0a3fa6a29740903a Mon Sep 17 00:00:00 2001 From: amacleod Date: Mon, 13 Feb 2012 15:37:33 +0000 Subject: [PATCH] 2012-02-13 Andrew MacLeod PR c/52190 * doc/extend.texi : Fix another __atomic_compare_exchange typo. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184156 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 5 +++++ gcc/doc/extend.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56f63f8..536933b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2012-02-13 Andrew MacLeod + + PR c/52190 + * doc/extend.texi : Fix another __atomic_compare_exchange typo. + 2012-02-13 Richard Guenther PR translation/52211 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index a131c91..ae50ae0 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -7151,7 +7151,7 @@ for weak compare_exchange, and false for the strong variation. Many targets only offer the strong variation and ignore the parameter. When in doubt, use the strong variation. -True is returned if @code{*@var{desired}} is written into +True is returned if @var{desired} is written into @code{*@var{ptr}} and the execution is considered to conform to the memory model specified by @var{success_memmodel}. There are no restrictions on what memory model can be used here. -- 2.7.4