summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-30 19:09:55 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-03-30 19:09:55 +0000
commit8f23cebf5706d6bd7a495b636866ab562b113714 (patch)
tree142a782ad20316a69ec91c79a3e9fcbf7fee429c
parent546bc77536d65c27f28164fa9b52ed8b61a0600d (diff)
downloadmpfr-8f23cebf5706d6bd7a495b636866ab562b113714.tar.gz
[src/sub1.c] Typo in a comment.
(merged changeset r13840 from the trunk, with conflict resolution) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.0@13841 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/sub1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub1.c b/src/sub1.c
index 6ee6ad544..71cc92cd5 100644
--- a/src/sub1.c
+++ b/src/sub1.c
@@ -191,7 +191,7 @@ mpfr_sub1 (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode)
}
inexact = - MPFR_INT_SIGN (a);
end_of_c_small:
- /* The underflow case is possibly only with UBF. The overflow case
+ /* The underflow case is possible only with UBF. The overflow case
is also possible with normal FP due to rounding. */
if (MPFR_UNLIKELY (exp_a > __gmpfr_emax))
return mpfr_overflow (a, rnd_mode, MPFR_SIGN (a));