summaryrefslogtreecommitdiff
path: root/testsuites/libtests/math/domathl.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/math/domathl.c')
-rw-r--r--testsuites/libtests/math/domathl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/math/domathl.c b/testsuites/libtests/math/domathl.c
index 91991af6ec..06a73809ad 100644
--- a/testsuites/libtests/math/domathl.c
+++ b/testsuites/libtests/math/domathl.c
@@ -264,7 +264,7 @@ domathl (void)
fprintf( stdout, "tanhl : %Lf\n", f1);
f1 = tgammal(2.1);
- fprintf( stdout, "tanhl : %Lf\n", f1);
+ fprintf( stdout, "tgammal : %Lf\n", f1);
f1 = truncl(3.5);
fprintf( stdout, "truncl : %Lf\n", f1);