summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/mpfr-src/src/beta.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/src/beta.c')
-rw-r--r--Build/source/libs/mpfr/mpfr-src/src/beta.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/src/beta.c b/Build/source/libs/mpfr/mpfr-src/src/beta.c
index 1e9103a0209..c260c42c48c 100644
--- a/Build/source/libs/mpfr/mpfr-src/src/beta.c
+++ b/Build/source/libs/mpfr/mpfr-src/src/beta.c
@@ -1,6 +1,6 @@
/* mpfr_beta -- beta function
-Copyright 2017-2019 Free Software Foundation, Inc.
+Copyright 2017-2020 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
@@ -94,7 +94,7 @@ mpfr_beta (mpfr_ptr r, mpfr_srcptr z, mpfr_srcptr w, mpfr_rnd_t rnd_mode)
mpfr_clear (t);
MPFR_SAVE_EXPO_FREE (expo);
/* q contains the low bits of trunc(w) where trunc() rounds
- towards zero, thus if q is odd, then -2k-2 < w < -2k-1 */
+ toward zero, thus if q is odd, then -2k-2 < w < -2k-1 */
MPFR_SET_INF(r);
if ((unsigned long) q & 1)
MPFR_SET_NEG(r);