From 25b0ba93fd013b41eb4e21846bd4e7a396efa33a Mon Sep 17 00:00:00 2001 From: zimmerma Date: Sat, 6 Mar 2021 09:54:59 +0000 Subject: [src/mpfr.h] fixed typo git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14449 280ebfd0-de03-0410-8827-d642c229c3f4 --- src/mpfr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mpfr.h b/src/mpfr.h index 65a6c4a1b..396fb9d8c 100644 --- a/src/mpfr.h +++ b/src/mpfr.h @@ -870,7 +870,7 @@ __MPFR_DECLSPEC int mpfr_total_order_p (mpfr_srcptr, mpfr_srcptr); #ifndef MPFR_USE_NO_MACRO /* In the implementation of these macros, we need to make sure that the - arguments are evaluated once time exactly and that type conversion is + arguments are evaluated one time exactly and that type conversion is done as it would be with a function. Tests should be added to ensure that. */ /* FIXME: most macros are currently buggy. */ -- cgit v1.2.1