summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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++;