diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-04-01 04:16:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-04-01 04:16:52 +0000 |
commit | 69de3b838f194173cdb4292ea5866604706ab437 (patch) | |
tree | 2bde4649a6f308dd15b4fc096712f2b30ec88d8f /gcc/fortran/module.c | |
parent | 77270e03c31adaa15b999e5c2d6d2147996f1061 (diff) | |
download | gcc-69de3b838f194173cdb4292ea5866604706ab437.zip gcc-69de3b838f194173cdb4292ea5866604706ab437.tar.gz gcc-69de3b838f194173cdb4292ea5866604706ab437.tar.bz2 |
decl.c, [...]: Fix comment typos.
* decl.c, f95-lang.c, interface.c, module.c, trans-stmt.c,
trans.h: Fix comment typos.
From-SVN: r97364
Diffstat (limited to 'gcc/fortran/module.c')
-rw-r--r-- | gcc/fortran/module.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/module.c b/gcc/fortran/module.c index 4b69b73..7aa91cb 100644 --- a/gcc/fortran/module.c +++ b/gcc/fortran/module.c @@ -1280,7 +1280,7 @@ mio_name (int t, const mstring * m) return t; } -/* Specialisation of mio_name. */ +/* Specialization of mio_name. */ #define DECL_MIO_NAME(TYPE) \ static inline TYPE \ @@ -1424,7 +1424,7 @@ static const mstring attr_bits[] = minit (NULL, -1) }; -/* Specialisation of mio_name. */ +/* Specialization of mio_name. */ DECL_MIO_NAME(ab_attribute) DECL_MIO_NAME(ar_type) DECL_MIO_NAME(array_type) |