* simplify.c, trans-array.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Wed, 31 Jan 2007 03:35:59 +0000 (03:35 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 31 Jan 2007 03:35:59 +0000 (03:35 +0000)
From-SVN: r121373

gcc/fortran/ChangeLog
gcc/fortran/simplify.c
gcc/fortran/trans-array.c

index 649a6c87c813d20a365b9a41e0de1220195a15cc..f8b33dd88f23baa187f528c28df760922e5356ca 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-31  Kazu Hirata  <kazu@codesourcery.com>
+
+       * simplify.c, trans-array.c: Fix comment typos.
+
 2007-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * invoke.texi (Code Gen Options): Fix abbreviation typo.
index 0ceb0227af663a06c5d78d14004d203eb68ae078..8c6847ba6d714b42f65a6abe9e81f48caade6d2d 100644 (file)
@@ -242,7 +242,7 @@ gfc_simplify_abs (gfc_expr *e)
 }
 
 /* We use the processor's collating sequence, because all
-   sytems that gfortran currently works on are ASCII.  */
+   systems that gfortran currently works on are ASCII.  */
 
 gfc_expr *
 gfc_simplify_achar (gfc_expr *e)
@@ -1195,7 +1195,7 @@ gfc_simplify_huge (gfc_expr *e)
 }
 
 /* We use the processor's collating sequence, because all
-   sytems that gfortran currently works on are ASCII.  */
+   systems that gfortran currently works on are ASCII.  */
 
 gfc_expr *
 gfc_simplify_iachar (gfc_expr *e)
index 00a9a1435e4a71de2e11ab389bca344811fed49a..03c24d6d517a73738117237bb31b3bc119098d92 100644 (file)
@@ -1516,7 +1516,7 @@ gfc_build_constant_array_constructor (gfc_expr * expr, tree type)
       nelem++;
     }
 
-  /* Next detemine the tree type for the array.  We use the gfortran
+  /* Next determine the tree type for the array.  We use the gfortran
      front-end's gfc_get_nodesc_array_type in order to create a suitable
      GFC_ARRAY_TYPE_P that may be used by the scalarizer.  */