summaryrefslogtreecommitdiff
path: root/doc/README.dev
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2020-10-09 06:10:05 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2020-10-09 06:10:05 +0000
commit3bf8f98fbf592b60fe74f8fc7d62cda7335f1b7c (patch)
treedddbba03bf0e4c2af4fc8a623e0c67fb90f83b6c /doc/README.dev
parent635178f2d04c8fa8f6d64f8fadf7d94eb430f9e4 (diff)
downloadmpfr-3bf8f98fbf592b60fe74f8fc7d62cda7335f1b7c.tar.gz
fixed typo
git-svn-id: https://scm.gforge.inria.fr/anonscm/svn/mpfr/trunk@14163 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'doc/README.dev')
-rw-r--r--doc/README.dev2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.dev b/doc/README.dev
index 82666f3c7..b5ffb6644 100644
--- a/doc/README.dev
+++ b/doc/README.dev
@@ -788,7 +788,7 @@ does not conform to the C standard by default. References:
=====================================================================
In MPFR, _Float128 may be defined as __float128 if the latter is provided
-by the compiler, but not the former. In such a case, do not assumed that
+by the compiler, but not the former. In such a case, do not assume that
_Float128 and long double are necessarily different types (as required by
the WG14 N2405 draft "IEC 60559 interchange and extended types").