* [PATCH] Trivial typo: remove extra whitespace from doc
@ 2012-04-26 8:15 Ricardo Catalinas Jiménez
2012-08-25 22:55 ` Gerald Pfeifer
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Catalinas Jiménez @ 2012-04-26 8:15 UTC (permalink / raw)
To: gcc-patches
[-- Attachment #1: Type: text/plain, Size: 73 bytes --]
Remove extra whitespace from doc.
--
Ricardo (http://r.untroubled.be/)
[-- Attachment #2: blank.patch --]
[-- Type: text/plain, Size: 615 bytes --]
Index: gcc/doc/extend.texi
===================================================================
--- gcc/doc/extend.texi (revision 186860)
+++ gcc/doc/extend.texi (working copy)
@@ -7115,7 +7115,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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Trivial typo: remove extra whitespace from doc
2012-04-26 8:15 [PATCH] Trivial typo: remove extra whitespace from doc Ricardo Catalinas Jiménez
@ 2012-08-25 22:55 ` Gerald Pfeifer
0 siblings, 0 replies; 2+ messages in thread
From: Gerald Pfeifer @ 2012-08-25 22:55 UTC (permalink / raw)
To: Ricardo Catalinas Jiménez; +Cc: gcc-patches
[-- Attachment #1: Type: TEXT/PLAIN, Size: 954 bytes --]
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-08-25 22:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-26 8:15 [PATCH] Trivial typo: remove extra whitespace from doc Ricardo Catalinas Jiménez
2012-08-25 22:55 ` Gerald Pfeifer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).