summaryrefslogtreecommitdiff
path: root/src/mpfr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mpfr.h')
-rw-r--r--src/mpfr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mpfr.h b/src/mpfr.h
index 58c344065..a579d67d2 100644
--- a/src/mpfr.h
+++ b/src/mpfr.h
@@ -269,7 +269,7 @@ typedef enum {
#endif
/* If the user hasn't requested his/her preference
- and if the intension of support by the compiler is C99
+ and if the intention of support by the compiler is C99
and if the compiler is known to support the C99 feature
then we can auto-detect the C99 support as OK.
__GNUC__ is used to detect GNU-C, ICC & CLANG compilers.
@@ -794,7 +794,7 @@ __MPFR_DECLSPEC int mpfr_custom_get_kind (mpfr_srcptr);
even if it produces faster and smaller code. */
#ifndef MPFR_USE_NO_MACRO
-/* Inlining theses functions is both faster and smaller */
+/* Inlining these functions is both faster and smaller */
#define mpfr_nan_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_NAN)
#define mpfr_inf_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_INF)
#define mpfr_zero_p(_x) ((_x)->_mpfr_exp == __MPFR_EXP_ZERO)
@@ -970,7 +970,7 @@ __MPFR_DECLSPEC int mpfr_custom_get_kind (mpfr_srcptr);
#endif /* MPFR_USE_NO_MACRO */
-/* Theses are defined to be macros */
+/* These are defined to be macros */
#define mpfr_init_set_si(x, i, rnd) \
( mpfr_init(x), mpfr_set_si((x), (i), (rnd)) )
#define mpfr_init_set_ui(x, i, rnd) \