summaryrefslogtreecommitdiff
path: root/tuneup.c
diff options
context:
space:
mode:
authorzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2009-02-09 16:16:33 +0000
committerzimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4>2009-02-09 16:16:33 +0000
commit71fa95ab97b9833d2e2f452f058658d7f314e532 (patch)
treece3b7c195a3822fd1b72c43ab9765ddc32719219 /tuneup.c
parent2b53f58fd98774e6971b51af5f311d2ad011db16 (diff)
downloadmpfr-71fa95ab97b9833d2e2f452f058658d7f314e532.tar.gz
[tuneup.c] fixed typo
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@5943 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tuneup.c')
-rw-r--r--tuneup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tuneup.c b/tuneup.c
index 4e8760f3b..b63ef92e3 100644
--- a/tuneup.c
+++ b/tuneup.c
@@ -205,7 +205,7 @@ static double domeasure (mp_prec_t *threshold,
abort ();
}
free (s.xp);
- /* t1 is the time of the first alog (used for low prec) */
+ /* t1 is the time of the first algo (used for low prec) */
if (t2 >= t1)
d = (t2 - t1) / t2;
else