diff options
Diffstat (limited to 'nptl/tst-join4.c')
-rw-r--r-- | nptl/tst-join4.c | 2 |
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); } |