diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-26 18:36:11 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-26 18:36:11 +0000 |
commit | aa9c57ecdb019627de1349e37c30f04536108a8f (patch) | |
tree | b0c402ee13f0295c0d61f2de21b6b7805ff58045 /gcc/fortran/data.c | |
parent | 0fa2e4df4739bda990b1be0f8a0455ced48bc3b1 (diff) | |
download | gcc-aa9c57ecdb019627de1349e37c30f04536108a8f.zip gcc-aa9c57ecdb019627de1349e37c30f04536108a8f.tar.gz gcc-aa9c57ecdb019627de1349e37c30f04536108a8f.tar.bz2 |
data.c, [...]: Fix comment typos.
* data.c, parse.c, trans-array.c, trans-decl.c,
trans-intrinsic.c, trans-stmt.c, trans-types.c, trans.c,
trans.h: Fix comment typos. Follow spelling conventions.
From-SVN: r100219
Diffstat (limited to 'gcc/fortran/data.c')
-rw-r--r-- | gcc/fortran/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/data.c b/gcc/fortran/data.c index 5a74516..17354d2 100644 --- a/gcc/fortran/data.c +++ b/gcc/fortran/data.c @@ -132,7 +132,7 @@ find_con_by_component (gfc_component *com, gfc_constructor *con) } -/* Create a character type intialization expression from RVALUE. +/* Create a character type initialization expression from RVALUE. TS [and REF] describe [the substring of] the variable being initialized. INIT is thh existing initializer, not NULL. Initialization is performed according to normal assignment rules. */ @@ -556,7 +556,7 @@ formalize_structure_cons (gfc_expr * expr) c = expr->value.constructor; - /* Constructor is already fomalized. */ + /* Constructor is already formalized. */ if (c->n.component == NULL) return; |