public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] fix a typo in tm.texi
@ 2020-08-03  7:50 Wei Wentao
  2020-08-03 13:30 ` Richard Sandiford
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Wentao @ 2020-08-03  7:50 UTC (permalink / raw)
  To: gcc-patches

This patch fix a typo in tm.texi.

Regards!
weiwt

---
 gcc/doc/tm.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 6e7d9dc54a9..9b780f757fe 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -11277,7 +11277,7 @@ this macro.
 @end defmac
 
 @defmac VECTOR_STORE_FLAG_VALUE (@var{mode})
-A C expression that gives a rtx representing the nonzero true element
+A C expression that gives an rtx representing the nonzero true element
 for vector comparisons.  The returned rtx should be valid for the inner
 mode of @var{mode} which is guaranteed to be a vector mode.  Define
 this macro on machines that have vector comparison operations that
-- 
2.18.1




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

* Re: [PATCH] fix a typo in tm.texi
  2020-08-03  7:50 [PATCH] fix a typo in tm.texi Wei Wentao
@ 2020-08-03 13:30 ` Richard Sandiford
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Sandiford @ 2020-08-03 13:30 UTC (permalink / raw)
  To: Wei Wentao; +Cc: gcc-patches

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

Wei Wentao <weiwt.fnst@cn.fujitsu.com> writes:
> This patch fix a typo in tm.texi.

Thanks, applied as below.  tm.texi is generated from tm.texi.in,
so both files need the fix.

Richard


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-doc-fix-a-typo-in-tm.texi.patch --]
[-- Type: text/x-diff, Size: 1577 bytes --]

From 5e97638b0adfb822d3b156c07da27d41091ce137 Mon Sep 17 00:00:00 2001
From: Wei Wentao <weiwt.fnst@cn.fujitsu.com>
Date: Mon, 3 Aug 2020 14:01:42 +0100
Subject: [PATCH] doc: fix a typo in tm.texi

gcc/
	* doc/tm.texi.in (VECTOR_STORE_FLAG_VALUE): Fix a typo.
	* doc/tm.texi: Regenerate.
---
 gcc/doc/tm.texi    | 2 +-
 gcc/doc/tm.texi.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 437187694b6..fb902b36d99 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -11284,7 +11284,7 @@ this macro.
 @end defmac
 
 @defmac VECTOR_STORE_FLAG_VALUE (@var{mode})
-A C expression that gives a rtx representing the nonzero true element
+A C expression that gives an rtx representing the nonzero true element
 for vector comparisons.  The returned rtx should be valid for the inner
 mode of @var{mode} which is guaranteed to be a vector mode.  Define
 this macro on machines that have vector comparison operations that
diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in
index d76c85d5800..412e22c89ab 100644
--- a/gcc/doc/tm.texi.in
+++ b/gcc/doc/tm.texi.in
@@ -7661,7 +7661,7 @@ this macro.
 @end defmac
 
 @defmac VECTOR_STORE_FLAG_VALUE (@var{mode})
-A C expression that gives a rtx representing the nonzero true element
+A C expression that gives an rtx representing the nonzero true element
 for vector comparisons.  The returned rtx should be valid for the inner
 mode of @var{mode} which is guaranteed to be a vector mode.  Define
 this macro on machines that have vector comparison operations that
-- 
2.17.1


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

end of thread, other threads:[~2020-08-03 13:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03  7:50 [PATCH] fix a typo in tm.texi Wei Wentao
2020-08-03 13:30 ` Richard Sandiford

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