about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--stdlib/tst-tls-atexit.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aff46a97ad..120588a4d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* stdlib/tst-tls-atexit.c (do_test): Fix typo.
+
 2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
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;
     }