aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-dlsym1.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-dlsym1.c')
-rw-r--r--nptl/tst-dlsym1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-dlsym1.c b/nptl/tst-dlsym1.c
index 19ba8f5..bdf252b 100644
--- a/nptl/tst-dlsym1.c
+++ b/nptl/tst-dlsym1.c
@@ -53,7 +53,7 @@ do_test (void)
}
if (pthread_join (tid3, NULL) != 0)
{
- puts ("2rd join failed");
+ puts ("2nd join failed");
exit (1);
}