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/trans.h | |
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/trans.h')
-rw-r--r-- | gcc/fortran/trans.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/trans.h b/gcc/fortran/trans.h index d44c67d..f3bcbaa3 100644 --- a/gcc/fortran/trans.h +++ b/gcc/fortran/trans.h @@ -251,8 +251,8 @@ gfc_saved_var; /* Advance the SS chain to the next term. */ void gfc_advance_se_ss_chain (gfc_se *); -/* Call this to initialise a gfc_se structure before use - first parameter is structure to initialise, second is +/* Call this to initialize a gfc_se structure before use + first parameter is structure to initialize, second is parent to get scalarization data from, or NULL. */ void gfc_init_se (gfc_se *, gfc_se *); |