This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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, committed] fortran/trans-intrinsic.c


Committed as obvious.

2005-11-09  Steven G. Kargl  <kargls@comcast.net>

        * trans-intrinsic.c: Typo in comment.

Index: trans-intrinsic.c
===================================================================
--- trans-intrinsic.c	(revision 106699)
+++ trans-intrinsic.c	(working copy)
@@ -2302,7 +2302,7 @@ gfc_conv_intrinsic_adjust (gfc_se * se, 
 
 
 /* Scalar transfer statement.
-   TRANSFER (source, mold) = *(typeof<mould> *)&source  */
+   TRANSFER (source, mold) = *(typeof<mold> *)&source.  */
 
 static void
 gfc_conv_intrinsic_transfer (gfc_se * se, gfc_expr * expr)

-- 
Steve


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