[Gmp-commit] /var/hg/gmp: Typo in a comment and copyright year.
mercurial at gmplib.org
mercurial at gmplib.org
Tue May 19 06:22:56 UTC 2015
details: /var/hg/gmp/rev/97f80e225d7a
changeset: 16641:97f80e225d7a
user: Marco Bodrato <bodrato at mail.dm.unipi.it>
date: Tue May 19 08:22:50 2015 +0200
description:
Typo in a comment and copyright year.
diffstat:
gmp-h.in | 2 +-
mpn/generic/mu_div_q.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r feb1eae18ee5 -r 97f80e225d7a gmp-h.in
--- a/gmp-h.in Mon May 18 18:47:12 2015 +0200
+++ b/gmp-h.in Tue May 19 08:22:50 2015 +0200
@@ -1,6 +1,6 @@
/* Definitions for GNU multiple precision functions. -*- mode: c -*-
-Copyright 1991, 1993-1997, 1999-2014 Free Software Foundation, Inc.
+Copyright 1991, 1993-1997, 1999-2015 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff -r feb1eae18ee5 -r 97f80e225d7a mpn/generic/mu_div_q.c
--- a/mpn/generic/mu_div_q.c Mon May 18 18:47:12 2015 +0200
+++ b/mpn/generic/mu_div_q.c Tue May 19 08:22:50 2015 +0200
@@ -106,7 +106,7 @@
}
/* The max error of mpn_mu_divappr_q is +4. If the low quotient limb is
- greater than the max error, we cannot trust the quotient. */
+ smaller than the max error, we cannot trust the quotient. */
if (tp[0] > 4)
{
MPN_COPY (qp, tp + 1, qn);
More information about the gmp-commit
mailing list