summaryrefslogtreecommitdiff
path: root/src/init2.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-09-15 07:28:34 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2010-09-15 07:28:34 +0000
commit483ca76b8ada5bdf92553692016000798c89dbc1 (patch)
tree5bdb52ebb7f5246dffc2d71cd06f7a77fc74c975 /src/init2.c
parent185d9c3516661ed0a921a83b1de1049f572d0b63 (diff)
downloadmpfr-483ca76b8ada5bdf92553692016000798c89dbc1.tar.gz
Some minor corrections in comments.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@7136 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'src/init2.c')
-rw-r--r--src/init2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init2.c b/src/init2.c
index c2b5ce3a8..56ba2b2db 100644
--- a/src/init2.c
+++ b/src/init2.c
@@ -38,7 +38,7 @@ mpfr_init2 (mpfr_ptr x, mpfr_prec_t p)
MPFR_ASSERTN (mp_bits_per_limb == GMP_NUMB_BITS);
- /* Check for correct EXP NAN, ZERO & INF in both mpfr.h and in mpfr-impl.h */
+ /* Check for correct EXP NAN, ZERO & INF in both mpfr.h and mpfr-impl.h */
MPFR_ASSERTN( __MPFR_EXP_NAN == MPFR_EXP_NAN );
MPFR_ASSERTN( __MPFR_EXP_ZERO == MPFR_EXP_ZERO );
MPFR_ASSERTN( __MPFR_EXP_INF == MPFR_EXP_INF );