aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2015-06-11 11:48:01 +0200
committerFlorian Weimer <fweimer@redhat.com>2015-06-11 11:48:22 +0200
commit1477b3830740b272e36187e85a7207a09833012b (patch)
tree7e6557e120e89e588a842f229658c041a96187e1 /ChangeLog
parent78ad175b3060aae058ed5d05ced2bc58714901cd (diff)
downloadglibc-1477b3830740b272e36187e85a7207a09833012b.zip
glibc-1477b3830740b272e36187e85a7207a09833012b.tar.gz
glibc-1477b3830740b272e36187e85a7207a09833012b.tar.bz2
pthread_key_create: Fix typo in comment
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80afbb1..3089ce2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-06-11 Florian Weimer <fweimer@redhat.com>
+
+ * nptl/pthread_key_create.c (__pthread_key_create): Fix typo in
+ comment.
+
2015-06-10 Gleb Fotengauer-Malinovskiy <glebfm@altlinux.org>
[BZ #18479]