diff options
Diffstat (limited to 'gcc/fortran/trans-stmt.c')
-rw-r--r-- | gcc/fortran/trans-stmt.c | 2 |
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. */ |