aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2012-02-13 15:37:33 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2012-02-13 15:37:33 +0000
commit8ca1b3428a8519deae9c0d5b2c2d31cfd9ef0042 (patch)
treef664473ac2596a8419380390d45da544953b71e8 /gcc/doc
parentd86c2d9495583ed214132bf5b3ca43b87026db68 (diff)
downloadgcc-8ca1b3428a8519deae9c0d5b2c2d31cfd9ef0042.zip
gcc-8ca1b3428a8519deae9c0d5b2c2d31cfd9ef0042.tar.gz
gcc-8ca1b3428a8519deae9c0d5b2c2d31cfd9ef0042.tar.bz2
re PR c/52190 (question about atomic intrinsics -- test and documentation vary -- please clarify)
2012-02-13 Andrew MacLeod <amacleod@redhat.com> PR c/52190 * doc/extend.texi : Fix another __atomic_compare_exchange typo. From-SVN: r184156
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi2
1 files changed, 1 insertions, 1 deletions
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.