[patch] fortran/*.c: Fix comment typos.
Kazu Hirata
kazu@cs.umass.edu
Thu Jan 13 19:35:00 GMT 2005
Hi,
Committed as obvious.
Kazu Hirata
2005-01-13 Kazu Hirata <kazu@cs.umass.edu>
* iresolve.c, trans-common.c, trans-types.c: Fix comment
typos.
Index: iresolve.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/iresolve.c,v
retrieving revision 1.28
diff -u -d -p -r1.28 iresolve.c
--- iresolve.c 15 Dec 2004 03:56:05 -0000 1.28
+++ iresolve.c 13 Jan 2005 19:31:22 -0000
@@ -1147,7 +1147,7 @@ gfc_resolve_set_exponent (gfc_expr * f,
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: trans-common.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-common.c,v
retrieving revision 1.19
diff -u -d -p -r1.19 trans-common.c
--- trans-common.c 9 Jan 2005 22:57:40 -0000 1.19
+++ trans-common.c 13 Jan 2005 19:31:22 -0000
@@ -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: trans-types.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/fortran/trans-types.c,v
retrieving revision 1.33
diff -u -d -p -r1.33 trans-types.c
--- trans-types.c 16 Nov 2004 02:02:37 -0000 1.33
+++ trans-types.c 13 Jan 2005 19:31:22 -0000
@@ -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. */
More information about the Gcc-patches
mailing list