summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 { \