diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-16 16:00:45 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-16 16:00:45 +0000 |
commit | 231e961a9a50ce102e447163c26f978c313c95ee (patch) | |
tree | d4390e21373fcfa884178f5708c587e4da66100a /gcc/fortran/trans-const.h | |
parent | 55d0e9506b63ea48617e8963846a589e0938c0c3 (diff) | |
download | gcc-231e961a9a50ce102e447163c26f978c313c95ee.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87605 138bc75d-0d04-0410-961f-82ee72b054a4
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 7a36e9a5bcb..0fe2d3ac2fd 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. */ |