Fix up typo in tst-tls-atexit

This commit is contained in:
Siddhesh Poyarekar 2015-07-14 20:27:09 +05:30
parent edcfe9eab0
commit 38b759496b
2 changed files with 5 additions and 1 deletions

View File

@ -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):

View File

@ -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;
}