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

From-SVN: r95307
This commit is contained in:
Steven G. Kargl 2005-02-20 18:26:19 +00:00 committed by Steven G. Kargl
parent cdcb88d72f
commit 687fcae70c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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;