public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] S/390: Correct documentation typos.
@ 2016-02-01 13:12 Dominik Vogt
  2016-02-05 10:36 ` Andreas Krebbel
  0 siblings, 1 reply; 2+ messages in thread
From: Dominik Vogt @ 2016-02-01 13:12 UTC (permalink / raw)
  To: gcc-patches; +Cc: Andreas Krebbel

[-- Attachment #1: Type: text/plain, Size: 132 bytes --]

The attached patch corrects a few typos in the S/390 specific
documentation.

Ciao

Dominik ^_^  ^_^

-- 

Dominik Vogt
IBM Germany

[-- Attachment #2: 0001-ChangeLog --]
[-- Type: text/plain, Size: 62 bytes --]

gcc/ChangeLog

	* doc/extend.texi: S/390: Correct some typos.

[-- Attachment #3: 0001-S-390-Correct-documentation-typos.patch --]
[-- Type: text/x-diff, Size: 2007 bytes --]

From 418db8fbac09ecfb8f70f7f2a5c8e4ce52cc160a Mon Sep 17 00:00:00 2001
From: Dominik Vogt <vogt@linux.vnet.ibm.com>
Date: Mon, 1 Feb 2016 12:39:12 +0100
Subject: [PATCH] S/390: Correct documentation typos.

---
 gcc/doc/extend.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index a1c36f5..e68c1ee 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -16710,7 +16710,7 @@ Generates the @code{wait} machine instruction.
 @subsection S/390 System z Built-in Functions
 @deftypefn {Built-in Function} int __builtin_tbegin (void*)
 Generates the @code{tbegin} machine instruction starting a
-non-constraint hardware transaction.  If the parameter is non-NULL the
+non-constrained hardware transaction.  If the parameter is non-NULL the
 memory area is used to store the transaction diagnostic buffer and
 will be passed as first operand to @code{tbegin}.  This buffer can be
 defined using the @code{struct __htm_tdb} C struct defined in
@@ -16723,7 +16723,7 @@ instruction by definition overwrites the content of all FPRs.  The
 compiler will generate code which saves and restores the FPRs.  For
 soft-float code it is recommended to used the @code{*_nofloat}
 variant.  In order to prevent a TDB from being written it is required
-to pass an constant zero value as parameter.  Passing the zero value
+to pass a constant zero value as parameter.  Passing a zero value
 through a variable is not sufficient.  Although modifications of
 access registers inside the transaction will not trigger an
 transaction abort it is not supported to actually modify them.  Access
@@ -16784,7 +16784,7 @@ handler code.
 @end deftypefn
 
 @deftypefn {Built-in Function} void __builtin_tbeginc (void)
-Generates the @code{tbeginc} machine instruction starting a constraint
+Generates the @code{tbeginc} machine instruction starting a constrained
 hardware transaction.  The second operand is set to @code{0xff08}.
 @end deftypefn
 
-- 
2.3.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] S/390: Correct documentation typos.
  2016-02-01 13:12 [PATCH] S/390: Correct documentation typos Dominik Vogt
@ 2016-02-05 10:36 ` Andreas Krebbel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Krebbel @ 2016-02-05 10:36 UTC (permalink / raw)
  To: vogt, gcc-patches

On 02/01/2016 02:12 PM, Dominik Vogt wrote:
> gcc/ChangeLog
> 
> 	* doc/extend.texi: S/390: Correct some typos.
Applied. Thanks!

-Andreas-

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-02-05 10:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-01 13:12 [PATCH] S/390: Correct documentation typos Dominik Vogt
2016-02-05 10:36 ` Andreas Krebbel

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).