From 061a6d3cc5d115d8e01aeffe02d390a77d77787e Mon Sep 17 00:00:00 2001 From: vlefevre Date: Mon, 22 Jul 2013 02:20:41 +0000 Subject: =?UTF-8?q?Applied=20patch=203=20by=20Ond=C5=99ej=20B=C3=ADlka=20w?= =?UTF-8?q?ith=20some=20manual=20corrections,=20fixing=20typos:=20=20=20ht?= =?UTF-8?q?tps://sympa.inria.fr/sympa/arc/mpfr/2013-07/msg00016.html?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@8621 280ebfd0-de03-0410-8827-d642c229c3f4 --- tests/mpf_compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/mpf_compat.h') diff --git a/tests/mpf_compat.h b/tests/mpf_compat.h index 5b3a1bd76..8c456edfc 100644 --- a/tests/mpf_compat.h +++ b/tests/mpf_compat.h @@ -132,7 +132,7 @@ main (void) l = mpf_get_si (x); u = mpf_get_ui (x); s = mpf_get_str (NULL, &exp, 10, 10, x); - /* MPF doen't have mpf_free_str */ + /* MPF doesn't have mpf_free_str */ mpfr_free_str (s); /* Use d, l and u to avoid a warning with -Wunused-but-set-variable -- cgit v1.2.1