summaryrefslogtreecommitdiff
path: root/Build/source/libs/mpfr/mpfr-src/src/mpfr-gmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/mpfr/mpfr-src/src/mpfr-gmp.c')
-rw-r--r--Build/source/libs/mpfr/mpfr-src/src/mpfr-gmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/libs/mpfr/mpfr-src/src/mpfr-gmp.c b/Build/source/libs/mpfr/mpfr-src/src/mpfr-gmp.c
index 49feedc4e45..a20ce5bc50f 100644
--- a/Build/source/libs/mpfr/mpfr-src/src/mpfr-gmp.c
+++ b/Build/source/libs/mpfr/mpfr-src/src/mpfr-gmp.c
@@ -1,7 +1,7 @@
/* mpfr_gmp -- Limited gmp-impl emulator
Modified version of the GMP files.
-Copyright 2004-2019 Free Software Foundation, Inc.
+Copyright 2004-2020 Free Software Foundation, Inc.
Contributed by the AriC and Caramba projects, INRIA.
This file is part of the GNU MPFR Library.
@@ -300,7 +300,7 @@ mpfr_assert_fail (const char *filename, int linenum,
abort();
}
-/* Performing a concentration for theses indirect functions may be
+/* Performing a concentration for these indirect functions may be
good for performance since branch prediction for indirect calls
is not well supported by a lot of CPU's (typically they can only
predict a limited number of indirections). */