summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpfr-impl.h')
-rw-r--r--src/mpfr-impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mpfr-impl.h b/src/mpfr-impl.h
index 98e2d2325..f457fd293 100644
--- a/src/mpfr-impl.h
+++ b/src/mpfr-impl.h
@@ -1247,7 +1247,7 @@ typedef union { mp_size_t s; mp_limb_t l; } mpfr_size_limb_t;
****************** Useful macros *******************
******************************************************/
-/* Theses macros help the compiler to determine if a test is
+/* These macros help the compiler to determine if a test is
likely or unlikely. The !! is necessary in case x is larger
than a long. */
#if defined MPFR_DEBUG_PREDICTION && __MPFR_GNUC(3,0)