This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Trivial typo: remove extra whitespace from doc
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Ricardo Catalinas Jiménez <jimenezrick at gmail dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Sun, 26 Aug 2012 00:54:54 +0200 (CEST)
- Subject: Re: [PATCH] Trivial typo: remove extra whitespace from doc
- References: <20120426081510.GA2199@viper.local>
On Thu, 26 Apr 2012, Ricardo Catalinas Jiménez wrote:
> Remove extra whitespace from doc.
Thank you, Ricardo. I created a ChangeLog entry and committed your
patch. Sorry that it took us a bit to get to it.
Gerald
2012-08-26 Ricardo Catalinas Jiménez <jimenezrick@gmail.com>
* doc/extend.texi (__atomic Builtins): Remove space before comma.
Index: doc/extend.texi
===================================================================
--- doc/extend.texi (revision 190669)
+++ doc/extend.texi (working copy)
@@ -7175,7 +7175,7 @@
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