diff options
author | Steven G. Kargl <kargl@gcc.gnu.org> | 2009-08-29 19:06:11 +0000 |
---|---|---|
committer | Steven G. Kargl <kargl@gcc.gnu.org> | 2009-08-29 19:06:11 +0000 |
commit | f1588ca05296a29bb2322b956aaeebd539d33c5d (patch) | |
tree | ad8e0a665e4d609f05d6f35224826362be69d58c /gcc | |
parent | ce557b7481a3ea06c7b481ba73692079d06b7f5d (diff) | |
download | gcc-f1588ca05296a29bb2322b956aaeebd539d33c5d.zip gcc-f1588ca05296a29bb2322b956aaeebd539d33c5d.tar.gz gcc-f1588ca05296a29bb2322b956aaeebd539d33c5d.tar.bz2 |
trans-expr.c (gfc_trans_assignment_1): Correct a comment.
2009-08-29 Steven G. Kargl <kargl@gcc.gnu.org>
* trans-expr.c(gfc_trans_assignment_1): Correct a comment.
From-SVN: r151205
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/trans-expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-expr.c b/gcc/fortran/trans-expr.c index a5677f7..3d675eb 100644 --- a/gcc/fortran/trans-expr.c +++ b/gcc/fortran/trans-expr.c @@ -4786,7 +4786,7 @@ gfc_trans_array_constructor_copy (gfc_expr * expr1, gfc_expr * expr2) /* Subroutine of gfc_trans_assignment that actually scalarizes the - assignment. EXPR1 is the destination/RHS and EXPR2 is the source/LHS. */ + assignment. EXPR1 is the destination/LHS and EXPR2 is the source/RHS. */ static tree gfc_trans_assignment_1 (gfc_expr * expr1, gfc_expr * expr2, bool init_flag) |