diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-01-13 19:34:37 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-01-13 19:34:37 +0000 |
commit | 43a5ef693f402125ac1ea51cac2ad3cfe5378ed1 (patch) | |
tree | 01ddbba557606535d8d3992ef71e1f62fe0d1fc0 /gcc/fortran/trans-common.c | |
parent | f5d8395b671ec5d5bcc7a17017f3369fb6bca79f (diff) | |
download | gcc-43a5ef693f402125ac1ea51cac2ad3cfe5378ed1.zip gcc-43a5ef693f402125ac1ea51cac2ad3cfe5378ed1.tar.gz gcc-43a5ef693f402125ac1ea51cac2ad3cfe5378ed1.tar.bz2 |
iresolve.c, [...]: Fix comment typos.
* iresolve.c, trans-common.c, trans-types.c: Fix comment
typos.
From-SVN: r93610
Diffstat (limited to 'gcc/fortran/trans-common.c')
-rw-r--r-- | gcc/fortran/trans-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index a00e7e8..8119cd3 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -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 |