This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [gfortran, committed] Typo fixes to trans-array.c
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>
- Cc: GCC Fortran mailing list <fortran at gcc dot gnu dot org>,patch <gcc-patches at gcc dot gnu dot org>
- Date: Thu, 17 Mar 2005 22:58:17 +0100
- Subject: Re: [gfortran, committed] Typo fixes to trans-array.c
- References: <4239F9F5.40108@physik.uni-muenchen.de> <20050317215111.GA27860@troutmask.apl.washington.edu>
Steve Kargl wrote:
>>@@ -996,7 +996,7 @@ get_array_ctor_var_strlen (gfc_expr * ex
>> switch (ref->type)
>> {
>> case REF_ARRAY:
>>- /* Array references don't change teh sting length. */
>>+ /* Array references don't change the sting length. */
>> break;
>
> sting?
Thanks, fixed as well. (This won't appear separately in the ChangeLog,
because even though I had issued the commit command seconds after verifying
that everything is up-to-date, it wasn't. So I committed this together with
the other fixes, this time for real. gfortran is moving fast these days :-)
- Tobi