summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-07-02 08:43:19 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2014-07-02 08:43:19 +0000
commit97c9597e0627f1600e1db9fe7e553895f6406c38 (patch)
tree9fd0791fface212f3ffb1250a325f18b22673b78 /src
parent4195c82d90f82053e492fa30fd277b39a0b311a8 (diff)
downloadmpfr-97c9597e0627f1600e1db9fe7e553895f6406c38.tar.gz
[src/mul.c] Minor correction of a comment.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@9124 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-rw-r--r--src/mul.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mul.c b/src/mul.c
index 4f14d0be0..ea804485e 100644
--- a/src/mul.c
+++ b/src/mul.c
@@ -384,7 +384,7 @@ mpfr_mul (mpfr_ptr a, mpfr_srcptr b, mpfr_srcptr c, mpfr_rnd_t rnd_mode)
MPFR_ASSERTD (bn > 0);
} /* This must end since the most significant limb is != 0 */
- /* Check for c too: if b ==c, will do nothing */
+ /* Check for c too: if b == c, this will do nothing */
while (*cp == 0)
{
cp++;