* iresolve.c, trans-common.c, trans-types.c: Fix comment
typos.
From-SVN: r93610
+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
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)
{
}
-/* 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
}
-/* 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. */