]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
2012-02-13 Andrew MacLeod <amacleod@redhat.com>
authoramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 2012 15:37:33 +0000 (15:37 +0000)
committeramacleod <amacleod@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Feb 2012 15:37:33 +0000 (15:37 +0000)
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
gcc/doc/extend.texi

index 56f63f8ea874fc01f3f5fd8382392cadda8225df..536933b417550c70599ebe17180d66e4316c9530 100644 (file)
@@ -1,3 +1,8 @@
+2012-02-13  Andrew MacLeod  <amacleod@redhat.com>
+
+       PR c/52190
+       * doc/extend.texi : Fix another __atomic_compare_exchange typo.
+
 2012-02-13  Richard Guenther  <rguenther@suse.de>
 
        PR translation/52211
index a131c918d3e70a7a2fd01ece7d4782efeef39bde..ae50ae0579db1572f6f8ddcc443e8e8d33a2b40d 100644 (file)
@@ -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.