summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-03-06 09:54:59 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-03-06 09:54:59 +0000
commit25b0ba93fd013b41eb4e21846bd4e7a396efa33a (patch)
treeb0336ac92bdaf5b31ab1cda0ca85ccff67210380 /src
parent5d47175159cf0fab533f689edbe50e1d66e0456a (diff)
downloadmpfr-25b0ba93fd013b41eb4e21846bd4e7a396efa33a.tar.gz
[src/mpfr.h] fixed typo
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14449 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src')
-rw-r--r--src/mpfr.h2
1 files changed, 1 insertions, 1 deletions
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. */