diff options
Diffstat (limited to 'gcc/fortran/expr.c')
-rw-r--r-- | gcc/fortran/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/expr.c b/gcc/fortran/expr.c index ab830645074..5037c8c6834 100644 --- a/gcc/fortran/expr.c +++ b/gcc/fortran/expr.c @@ -583,7 +583,7 @@ gfc_build_conversion (gfc_expr * e) The exception is that the operands of an exponential don't have to have the same type. If possible, the base is promoted to the type of the exponent. For example, 1**2.3 becomes 1.0**2.3, but - 1.0**2 stays as it is. */ + 1.0**2 stays as it is. */ void gfc_type_convert_binary (gfc_expr * e) |