2009-08-29 Steven G. Kargl <kargl@gcc.gnu.org>
authorkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Aug 2009 19:06:11 +0000 (19:06 +0000)
committerkargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 29 Aug 2009 19:06:11 +0000 (19:06 +0000)
* trans-expr.c(gfc_trans_assignment_1): Correct a comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151205 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/trans-expr.c

index a5677f7..3d675eb 100644 (file)
@@ -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)