1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

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

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