* doc/extend.texi (__atomic Builtins): Remove space before comma.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Aug 2012 22:55:27 +0000 (22:55 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 25 Aug 2012 22:55:27 +0000 (22:55 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190671 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index bdddb2d..e1ae3c9 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 615321f..cea5dda 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