summaryrefslogtreecommitdiff
path: root/doc/README.dev
diff options
context:
space:
mode:
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").