aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/trans-stmt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-05-26 18:36:11 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-05-26 18:36:11 +0000
commitaa9c57ecdb019627de1349e37c30f04536108a8f (patch)
treeb0c402ee13f0295c0d61f2de21b6b7805ff58045 /gcc/fortran/trans-stmt.c
parent0fa2e4df4739bda990b1be0f8a0455ced48bc3b1 (diff)
downloadgcc-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-stmt.c')
-rw-r--r--gcc/fortran/trans-stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-stmt.c b/gcc/fortran/trans-stmt.c
index d3e86dd..85f2660 100644
--- a/gcc/fortran/trans-stmt.c
+++ b/gcc/fortran/trans-stmt.c
@@ -2965,7 +2965,7 @@ gfc_trans_where_assign (gfc_expr *expr1, gfc_expr *expr2, tree mask,
/* Translate the WHERE construct or statement.
- This fuction can be called iteratively to translate the nested WHERE
+ This function can be called iteratively to translate the nested WHERE
construct or statement.
MASK is the control mask, and PMASK is the pending control mask.
TEMP records the temporary address which must be freed later. */