summaryrefslogtreecommitdiff
path: root/tests/mpf_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpf_compat.h')
-rw-r--r--tests/mpf_compat.h2
1 files changed, 1 insertions, 1 deletions
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