From 687fcae70cd9ae3ef90dc838738ed5ccca46591d Mon Sep 17 00:00:00 2001 From: "Steven G. Kargl" Date: Sun, 20 Feb 2005 18:26:19 +0000 Subject: [PATCH] * expr.c (gfc_type_convert_binary): Typo in comment. From-SVN: r95307 --- gcc/fortran/ChangeLog | 4 ++++ gcc/fortran/expr.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index dea285b..acd8b69 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-02-20 Steven G. Kargl + + * expr.c (gfc_type_convert_binary): Typo in comment. + 2005-02-19 Steven G. Kargl * check.c (gfc_check_selected_int_kind): New function. diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c index 3898f7a..7231fab 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -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; -- 2.7.4