summary refs log tree commit diff
path: root/stdlib/tst-tls-atexit.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/tst-tls-atexit.c')
-rw-r--r--stdlib/tst-tls-atexit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/tst-tls-atexit.c b/stdlib/tst-tls-atexit.c
index 974264dcd7..0c6c499822 100644
--- a/stdlib/tst-tls-atexit.c
+++ b/stdlib/tst-tls-atexit.c
@@ -72,7 +72,7 @@ do_test (void)
 
   if ((ret = pthread_join (t, &thr_ret)) != 0)
     {
-      printf ("pthread_create failed: %s\n", strerror (ret));
+      printf ("pthread_join failed: %s\n", strerror (ret));
       return 1;
     }