diff mbox

Trivial typo: remove extra whitespace from doc

Message ID alpine.LNX.2.00.1208260054030.5727@ghan.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Aug. 25, 2012, 10:54 p.m. UTC
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.
diff mbox

Patch

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