summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/mpfr.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/mpfr.texi b/doc/mpfr.texi
index c3728b167..8de7cad68 100644
--- a/doc/mpfr.texi
+++ b/doc/mpfr.texi
@@ -943,7 +943,7 @@ with an implementation-defined TLS specifier).
@c is just a GCC extension. There is currently no clear documentation
@c about TLS variable initialization.
-By default, MPFR currently uses the GMP memory allocators
+By default, MPFR uses the GMP memory allocators
@ifinfo
(@pxref{Custom Allocation,,, gmp.info,GNU MP})
@end ifinfo
@@ -956,9 +956,9 @@ clean-up if the GMP allocators had to be changed (by the application or
another library), the current GMP allocators are memorized the first
time they are used by MPFR, and MPFR will always use these allocators.
This means that the allocators need to remain valid as long as MPFR is
-used. To avoid this requirement, MPFR 4 will handle memory allocation
-differently, and applications that change the allocators may have to be
-slightly modified.
+used. To avoid this requirement, future versions may handle memory
+allocation differently, and applications that change the allocators
+may have to be slightly modified.
@node MPFR Interface, API Compatibility, MPFR Basics, Top
@comment node-name, next, previous, up