This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, Fortran] Correct a comment.


I've committed this patch under the obviously correct rule.

2009-08-29  Steven G. Kargl  <kargl@gcc.gnu.org>

    * trans-expr.c(gfc_trans_assignment_1): Correct a comment.

Index: trans-expr.c
===================================================================
--- trans-expr.c	(revision 151204)
+++ trans-expr.c	(working copy)
@@ -4786,7 +4786,7 @@ gfc_trans_array_constructor_copy (gfc_ex
 
 
 /* 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)
``
-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]