Commit 378e9577 by Steven G. Kargl Committed by Steven G. Kargl

Fix typo in comment.

From-SVN: r106709
parent 63b5e789
2005-11-09 Steven G. Kargl <kargls@comcast.net>
* trans-intrinsic.c: Typo in comment.
2005-11-09 Erik Edelmann <eedelman@gcc.gnu.org> 2005-11-09 Erik Edelmann <eedelman@gcc.gnu.org>
PR fortran/22607 PR fortran/22607
......
...@@ -2302,7 +2302,7 @@ gfc_conv_intrinsic_adjust (gfc_se * se, gfc_expr * expr, tree fndecl) ...@@ -2302,7 +2302,7 @@ gfc_conv_intrinsic_adjust (gfc_se * se, gfc_expr * expr, tree fndecl)
/* Scalar transfer statement. /* Scalar transfer statement.
TRANSFER (source, mold) = *(typeof<mould> *)&source */ TRANSFER (source, mold) = *(typeof<mold> *)&source. */
static void static void
gfc_conv_intrinsic_transfer (gfc_se * se, gfc_expr * expr) gfc_conv_intrinsic_transfer (gfc_se * se, gfc_expr * expr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment