summaryrefslogtreecommitdiff
path: root/src/mpfr.h
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-03-06 05:18:05 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2021-03-06 05:18:05 +0000
commitb32baec273166ab4c4e072cc544f54aa6d5cecab (patch)
tree80632c1ba28a4d1084869eb385c9cc30d2d3f6f7 /src/mpfr.h
parent9c944fcc506d865b42efdd8afa3bfc0acdef139d (diff)
downloadmpfr-b32baec273166ab4c4e072cc544f54aa6d5cecab.tar.gz
[src/mpfr.h] fixed typo
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14444 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/mpfr.h')
-rw-r--r--src/mpfr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr.h b/src/mpfr.h
index f4721d59d..50c7d1d50 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -865,7 +865,7 @@ __MPFR_DECLSPEC int mpfr_total_order_p (mpfr_srcptr, mpfr_srcptr);
#endif
/* Fast access macros to replace function interface.
- If the USER don't want to use the macro interface, let him make happy
+ If the USER doesn't want to use the macro interface, let him make happy
even if it produces faster and smaller code. */
#ifndef MPFR_USE_NO_MACRO