aboutsummaryrefslogtreecommitdiff
path: root/gcc/fortran/expr.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/fortran/expr.c')
-rw-r--r--gcc/fortran/expr.c2
1 files changed, 1 insertions, 1 deletions
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;