summaryrefslogtreecommitdiff
path: root/src/sub1.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-05-30 14:06:51 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2016-05-30 14:06:51 +0000
commitd44f0c866354bd0c2f2c4c4e07448bc49b7fd5b5 (patch)
treef455b74dfb88e67975a38b614ad84dd34c0882ea /src/sub1.c
parentc6e03b485fbe43e89d3fd050d5349507a82a73c5 (diff)
downloadmpfr-d44f0c866354bd0c2f2c4c4e07448bc49b7fd5b5.tar.gz
fixed typos
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10390 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/sub1.c')
-rw-r--r--src/sub1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sub1.c b/src/sub1.c
index 1929bb4fc..c4b21f74f 100644
--- a/src/sub1.c
+++ b/src/sub1.c
@@ -130,8 +130,8 @@ mpfr_sub1 (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode)
/* It isn't exact so Prec(b) > Prec(a) and the last
Prec(b)-Prec(a) bits of `b' are not zeros.
Which means that removing c from b can't generate a carry
- execpt in case of even rounding.
- In all other case the result and the inexact flag should be
+ except in case of even rounding.
+ In all other cases the result and the inexact flag should be
correct (We can't have an exact result).
In case of EVEN rounding:
1.BBBBBBBBBBBBBx10