public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Fix doc typo
@ 2022-11-09  3:28 Sinan
  2022-11-09  7:51 ` Richard Biener
  0 siblings, 1 reply; 3+ messages in thread
From: Sinan @ 2022-11-09  3:28 UTC (permalink / raw)
  To: gcc-patches


[-- Attachment #1.1: Type: text/plain, Size: 29 bytes --]

add a missing variable name.

[-- Attachment #2: 0001-doc-FixDocTypo.patch --]
[-- Type: application/octet-stream, Size: 360 bytes --]

diff --git a/gcc/doc/tree-ssa.texi b/gcc/doc/tree-ssa.texi
index f962ef9b1ee..38bae981736 100644
--- a/gcc/doc/tree-ssa.texi
+++ b/gcc/doc/tree-ssa.texi
@@ -227,7 +227,7 @@ all the operands for a statement:
 void
 print_ops (tree stmt)
 @{
-  ssa_op_iter;
+  ssa_op_iter iter;
   tree var;
 
   FOR_EACH_SSA_TREE_OPERAND (var, stmt, iter, SSA_OP_ALL_OPERANDS)

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

* Re: [PATCH] Fix doc typo
  2022-11-09  3:28 [PATCH] Fix doc typo Sinan
@ 2022-11-09  7:51 ` Richard Biener
  2022-11-09 20:58   ` Martin Liška
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Biener @ 2022-11-09  7:51 UTC (permalink / raw)
  To: Sinan; +Cc: gcc-patches

On Wed, Nov 9, 2022 at 4:29 AM Sinan via Gcc-patches
<gcc-patches@gcc.gnu.org> wrote:
>
> add a missing variable name.

OK.

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

* Re: [PATCH] Fix doc typo
  2022-11-09  7:51 ` Richard Biener
@ 2022-11-09 20:58   ` Martin Liška
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Liška @ 2022-11-09 20:58 UTC (permalink / raw)
  To: Richard Biener, Sinan; +Cc: gcc-patches

On 11/9/22 08:51, Richard Biener via Gcc-patches wrote:
> On Wed, Nov 9, 2022 at 4:29 AM Sinan via Gcc-patches
> <gcc-patches@gcc.gnu.org> wrote:
>>
>> add a missing variable name.
> 
> OK.

I've just pushed the change.

Martin

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

end of thread, other threads:[~2022-11-09 20:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-09  3:28 [PATCH] Fix doc typo Sinan
2022-11-09  7:51 ` Richard Biener
2022-11-09 20:58   ` Martin Liška

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