summaryrefslogtreecommitdiff
path: root/nptl/tst-join4.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-05-31 06:30:37 +0000
committerUlrich Drepper <drepper@redhat.com>2003-05-31 06:30:37 +0000
commit5d4f57bd9398d5b4d0ed26af9d4bf6e65c28c73c (patch)
tree1c51ae91f2c8e2bce901abf416453f96a322837d /nptl/tst-join4.c
parent7ab7ea333d4d8274ecada374923209efa13bb900 (diff)
Update.
2003-05-30 Ulrich Drepper <drepper@redhat.com> * scripts/config.guess: Update from master copy. * scripts/config.sub: Likewise.
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 fbf1b1076e..0b605907da 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);
}