From: Kazu Hirata Date: Tue, 12 Apr 2005 14:10:38 +0000 (+0000) Subject: * simplify.c: Fix a comment typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c33063e83743ddc9a9e67132e3d16dd766837986;p=gcc.git * simplify.c: Fix a comment typo. From-SVN: r98021 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 6d5edb71358..8fb368ee51a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,7 @@ +2005-04-12 Kazu Hirata + + * simplify.c: Fix a comment typo. + 2005-04-11 Richard Sandiford * lang.opt: Refer to the GCC internals documentation instead of c.opt. diff --git a/gcc/fortran/simplify.c b/gcc/fortran/simplify.c index 1ca5b52bdfb..8f9f9e4935c 100644 --- a/gcc/fortran/simplify.c +++ b/gcc/fortran/simplify.c @@ -2322,7 +2322,7 @@ gfc_simplify_nearest (gfc_expr * x, gfc_expr * s) else { /* In this case the exponent can shrink, which makes us skip - over one number because we substract one ulp with the + over one number because we subtract one ulp with the larger exponent. Thus we need to compensate for this. */ mpfr_init_set (tmp, result->value.real, GFC_RND_MODE);