summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/math/domath.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/math/domath.c')
-rw-r--r--testsuites/libtests/math/domath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/math/domath.c b/testsuites/libtests/math/domath.c
index 71227df506..2137d34d67 100644
--- a/testsuites/libtests/math/domath.c
+++ b/testsuites/libtests/math/domath.c
@@ -264,7 +264,7 @@ domath (void)
fprintf( stdout, "tanh : %f\n", f1);
f1 = tgamma (2.1);
- fprintf( stdout, "tanh : %f\n", f1);
+ fprintf( stdout, "tgamma : %f\n", f1);
f1 = trunc (3.5);
fprintf( stdout, "trunc : %f\n", f1);