summaryrefslogtreecommitdiff
path: root/gmp_op.c
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-11-03 14:32:01 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2005-11-03 14:32:01 +0000
commit2c39588da22e515017df6d537d15802a2e7c2c47 (patch)
treef39e58766b170cd3648d3f9b55c673fb93144621 /gmp_op.c
parente4b155a1ab1ce86fbbad57b0a44a3cb014c3c0b6 (diff)
downloadmpfr-2c39588da22e515017df6d537d15802a2e7c2c47.tar.gz
Typos & English usage.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3936 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'gmp_op.c')
-rw-r--r--gmp_op.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmp_op.c b/gmp_op.c
index db64fbe67..5438fdf23 100644
--- a/gmp_op.c
+++ b/gmp_op.c
@@ -24,7 +24,7 @@ MA 02110-1301, USA. */
#define MPFR_NEED_LONGLONG_H
#include "mpfr-impl.h"
-/* Init and set a mpfr_t with enought precision to store a mpz */
+/* Init and set a mpfr_t with enough precision to store a mpz */
static void
init_set_z (mpfr_ptr t, mpz_srcptr z)
{
@@ -40,7 +40,7 @@ init_set_z (mpfr_ptr t, mpz_srcptr z)
MPFR_ASSERTD (i == 0);
}
-/* Init, set a mpfr_t with enought precision to store a mpz_t without round,
+/* Init, set a mpfr_t with enough precision to store a mpz_t without round,
call the function, and clear the allocated mpfr_t */
static int
foo (mpfr_ptr x, mpfr_srcptr y, mpz_srcptr z, mp_rnd_t r,