From: "Siddhesh Poyarekar" <siddhesh@redhat.com>
To: libc-alpha@sourceware.org
Subject: [COMMITTED PATCH] Fix up typo in tst-tls-atexit
Date: Tue, 14 Jul 2015 14:58:00 -0000 [thread overview]
Message-ID: <1436885908-15274-1-git-send-email-siddhesh@redhat.com> (raw)
Pushed as obvious.
---
ChangeLog | 4 ++++
stdlib/tst-tls-atexit.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index aff46a9..120588a 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 974264d..0c6c499 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;
}
--
2.4.3
next reply other threads:[~2015-07-14 14:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-14 14:58 Siddhesh Poyarekar [this message]
2015-07-14 21:10 ` Carlos O'Donell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1436885908-15274-1-git-send-email-siddhesh@redhat.com \
--to=siddhesh@redhat.com \
--cc=libc-alpha@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).