summaryrefslogtreecommitdiff
path: root/src/mpfr-gmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpfr-gmp.c')
-rw-r--r--src/mpfr-gmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr-gmp.c b/src/mpfr-gmp.c
index 49feedc4e..db1e97451 100644
--- a/src/mpfr-gmp.c
+++ b/src/mpfr-gmp.c
@@ -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). */