summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/math/domathf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/math/domathf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/math/domathf.c b/testsuites/libtests/math/domathf.c
index 60c479f6ea..6d99ae1883 100644
--- a/testsuites/libtests/math/domathf.c
+++ b/testsuites/libtests/math/domathf.c
@@ -264,7 +264,7 @@ domathf (void)
fprintf( stdout, "tanhf : %f\n", f1);
f1 = tgammaf(2.1);
- fprintf( stdout, "tanhf : %f\n", f1);
+ fprintf( stdout, "tgammaf : %f\n", f1);
f1 = truncf(3.5);
fprintf( stdout, "truncf : %f\n", f1);