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]

[patch] fortran/*.c: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2007-01-31  Kazu Hirata  <kazu@codesourcery.com>

	* simplify.c, trans-array.c: Fix comment typos.

Index: fortran/simplify.c
===================================================================
--- fortran/simplify.c	(revision 121370)
+++ fortran/simplify.c	(working copy)
@@ -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: fortran/trans-array.c
===================================================================
--- fortran/trans-array.c	(revision 121370)
+++ fortran/trans-array.c	(working copy)
@@ -1516,7 +1516,7 @@ gfc_build_constant_array_constructor (gf
       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.  */
 


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