iresolve.c, [...]: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Thu, 13 Jan 2005 19:34:37 +0000 (19:34 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Thu, 13 Jan 2005 19:34:37 +0000 (19:34 +0000)
* iresolve.c, trans-common.c, trans-types.c: Fix comment
typos.

From-SVN: r93610

gcc/fortran/ChangeLog
gcc/fortran/iresolve.c
gcc/fortran/trans-common.c
gcc/fortran/trans-types.c

index 9553ef3dbbec6dea29b320d5290e9d2e886a00ed..e4c6792ee751982b36fb039f51aae2e02ba20361 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-13  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * iresolve.c, trans-common.c, trans-types.c: Fix comment
+       typos.
+
 2005-01-09  Paul Brook  <paul@codesourcery.com>
 
        PR fortran/17675
index 8035a9d5cf9a320830defa21a83c1cc1c55edfc2..67eefea85a8a8a04753245bbf95bfc235d47e579 100644 (file)
@@ -1147,7 +1147,7 @@ gfc_resolve_set_exponent (gfc_expr * f, gfc_expr * x, gfc_expr * i)
   f->ts = x->ts;
 
   /* The library implementation uses GFC_INTEGER_4 unconditionally,
-     convert type so we don't have to implment all possible
+     convert type so we don't have to implement all possible
      permutations.  */
   if (i->ts.kind != 4)
     {
index a00e7e8959cd97ca892cd80b67c0d5b911d135f9..8119cd32dd7c29741b594a8c0017d115b9e73026 100644 (file)
@@ -698,7 +698,7 @@ add_equivalences (void)
 }
 
 
-/* Returns the offset neccessary to properly align the current equivalence.
+/* Returns the offset necessary to properly align the current equivalence.
    Sets *palign to the required alignment.  */
 
 static HOST_WIDE_INT
index 92b362516fa374bce914ebbc93e08fb3564d696a..019986e3dbb819193a51b90d16b7c620327233e7 100644 (file)
@@ -849,7 +849,7 @@ gfc_get_desc_dim_type (void)
 }
 
 
-/* Return the DTYPE for an array.  This desribes the type and type parameters
+/* Return the DTYPE for an array.  This describes the type and type parameters
    of the array.  */
 /* TODO: Only call this when the value is actually used, and make all the
    unknown cases abort.  */