aboutsummaryrefslogtreecommitdiff
path: root/nptl/tst-join4.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/tst-join4.c')
-rw-r--r--nptl/tst-join4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-join4.c b/nptl/tst-join4.c
index fbf1b10..0b60590 100644
--- a/nptl/tst-join4.c
+++ b/nptl/tst-join4.c
@@ -84,7 +84,7 @@ do_test (void)
if (pthread_detach (th[0]) != 0)
{
- puts ("could detach 1st thread");
+ puts ("could not detach 1st thread");
exit (1);
}