* doc/extend.texi (__atomic Builtins): Remove space before comma.
authorRicardo Catalinas Jiménez <jimenezrick@gmail.com>
Sat, 25 Aug 2012 22:55:27 +0000 (22:55 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Sat, 25 Aug 2012 22:55:27 +0000 (22:55 +0000)
From-SVN: r190671

gcc/ChangeLog
gcc/doc/extend.texi

index bdddb2ddf7abe4697cd33614490ff86b7cd00d88..e1ae3c90bf257b82f3d9f2c5ac7660e2a37d2afa 100644 (file)
@@ -1,3 +1,7 @@
+2012-08-26  Ricardo Catalinas Jiménez <jimenezrick@gmail.com>
+
+       * doc/extend.texi (__atomic Builtins): Remove space before comma.
+
 2012-08-25  Richard Sandiford  <rdsandiford@googlemail.com>
             Andrew Pinski  <apinski@cavium.com>
 
index 615321fcf837e7edec7ecaaa30c43b1b1b9c6989..cea5ddabd281f97f0a66cf17acdb020c3a0f2eca 100644 (file)
@@ -7175,7 +7175,7 @@ Full barrier in both directions and synchronizes with acquire loads and
 release stores in all threads.
 @end table
 
-When implementing patterns for these built-in functions , the memory model
+When implementing patterns for these built-in functions, the memory model
 parameter can be ignored as long as the pattern implements the most
 restrictive @code{__ATOMIC_SEQ_CST} model.  Any of the other memory models
 will execute correctly with this memory model but they may not execute as