Commit 687fcae7 by Steven G. Kargl Committed by Steven G. Kargl

* expr.c (gfc_type_convert_binary): Typo in comment.

From-SVN: r95307
parent cdcb88d7
2005-02-20 Steven G. Kargl <kargls@comcast.net>
* expr.c (gfc_type_convert_binary): Typo in comment.
2005-02-19 Steven G. Kargl <kargls@comcast.net>
* check.c (gfc_check_selected_int_kind): New function.
......
......@@ -618,7 +618,7 @@ gfc_type_convert_binary (gfc_expr * e)
{
e->ts = op1->ts;
/* Special cose for ** operator. */
/* Special case for ** operator. */
if (e->operator == INTRINSIC_POWER)
goto done;
......
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