This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gfortran, committed] Typo fixes to trans-array.c


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]