summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-12 12:02:30 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2020-06-12 12:02:30 +0000
commitffede0e1bf078c725b5717659e63c3ba57a1d82d (patch)
tree1c0715bbad03a8dea51524cddfdae7d36ab124d0
parent1a5e1541fedc2439717181993c4a221cd7748509 (diff)
downloadmpfr-ffede0e1bf078c725b5717659e63c3ba57a1d82d.tar.gz
[src/mpfr-longlong.h] Corrected a comment from GMP's longlong.h, which
makes codespell complain in particular. (merged changeset r13997 from the trunk) git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/4.1@13998 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--src/mpfr-longlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr-longlong.h b/src/mpfr-longlong.h
index 694a8c78d..b13c79c65 100644
--- a/src/mpfr-longlong.h
+++ b/src/mpfr-longlong.h
@@ -454,7 +454,7 @@ long __MPN(count_leading_zeros) (UDItype);
} while (0)
/* FIXME: Extend the immediate range for the low word by using both ADDS and
SUBS, since they set carry in the same way. Note: We need separate
- definitions for thumb and non-thumb to to th absense of RSC under thumb. */
+ definitions for thumb and non-thumb due to the absence of RSC under thumb. */
#if defined (__thumb__)
#define sub_ddmmss(sh, sl, ah, al, bh, bl) \
do { \