public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Bernhard Fischer <rep.nop@aon.at>
To: fortran@gcc.gnu.org
Cc: gcc-patches@gcc.gnu.org
Subject: [patch, fortran, committed] commentary typo fix
Date: Sun, 07 Jan 2007 16:42:00 -0000	[thread overview]
Message-ID: <20070107164354.GE17577@aon.at> (raw)
In-Reply-To: <20061120143332.GA7092@aon.at>

On Mon, Nov 20, 2006 at 03:33:32PM +0100, Bernhard Fischer wrote:
>Hi,
>
>I intend to commit the attached patch as obvious in a day or two.
>
>2006-11-20  Bernhard Fischer  <aldot@gcc.gnu.org>
>
>        * trans-array.c (gfc_trans_create_temp_array): Commentary typo fix.
>
>thanks,

Applied to trunk as r120550.

>Index: gcc-4.3/gcc/fortran/trans-array.c
>===================================================================
>--- gcc-4.3/gcc/fortran/trans-array.c	(revision 119010)
>+++ gcc-4.3/gcc/fortran/trans-array.c	(working copy)
>@@ -671,7 +671,7 @@ gfc_trans_create_temp_array (stmtblock_t
> 
>       if (function)
> 	{
>-	  /* Check wether the size for this dimension is negative.  */
>+	  /* Check whether the size for this dimension is negative.  */
> 	  cond = fold_build2 (LE_EXPR, boolean_type_node, tmp,
> 			  gfc_index_zero_node);
> 
>@@ -3189,7 +3189,7 @@ gfc_array_init_size (tree descriptor, in
>       /* Calculate the size of this dimension.  */
>       size = fold_build2 (PLUS_EXPR, gfc_array_index_type, se.expr, size);
> 
>-      /* Check wether the size for this dimension is negative.  */
>+      /* Check whether the size for this dimension is negative.  */
>       cond = fold_build2 (LE_EXPR, boolean_type_node, size,
> 			  gfc_index_zero_node);
>       if (n == 0)

      reply	other threads:[~2007-01-07 16:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-20 14:36 [patch] " Bernhard Fischer
2007-01-07 16:42 ` Bernhard Fischer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070107164354.GE17577@aon.at \
    --to=rep.nop@aon.at \
    --cc=fortran@gcc.gnu.org \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).