diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-16 16:00:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-16 16:00:45 +0000 |
commit | 1f2959f06e9093dfc6e717e0839988046883b8bb (patch) | |
tree | d4390e21373fcfa884178f5708c587e4da66100a /gcc/fortran/trans-const.h | |
parent | d1f05f931e1689f7a0811acc39379831d40dcea9 (diff) | |
download | gcc-1f2959f06e9093dfc6e717e0839988046883b8bb.zip gcc-1f2959f06e9093dfc6e717e0839988046883b8bb.tar.gz gcc-1f2959f06e9093dfc6e717e0839988046883b8bb.tar.bz2 |
array.c, [...]: Fix comment typos.
* array.c, data.c, decl.c, dependency.c, error.c, f95-lang.c,
interface.c, intrinsic.c, io.c, misc.c, module.c, parse.h,
resolve.c, scanner.c, trans-array.c, trans-array.h,
trans-common.c, trans-const.h, trans-decl.c, trans-expr.c,
trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.c,
trans.h: Fix comment typos. Follow spelling conventions.
From-SVN: r87605
Diffstat (limited to 'gcc/fortran/trans-const.h')
-rw-r--r-- | gcc/fortran/trans-const.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-const.h b/gcc/fortran/trans-const.h index 7a36e9a..0fe2d3a 100644 --- a/gcc/fortran/trans-const.h +++ b/gcc/fortran/trans-const.h @@ -42,7 +42,7 @@ tree gfc_conv_string_init (tree, gfc_expr *); /* Create a tree node for the string length if it is constant. */ void gfc_conv_const_charlen (gfc_charlen *); -/* Initialise the nodes for constants. */ +/* Initialize the nodes for constants. */ void gfc_init_constants (void); /* Build a constant with given type from an int_cst. */ |