about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWolfram Sang <wsa@the-dreams.de>2019-02-19 10:59:31 -0500
committerCarlos O'Donell <carlos@redhat.com>2019-02-19 11:00:07 -0500
commit04de93022685bd19347c3ded5ac50b09e2037243 (patch)
treeccf2402daad60fbf467bc666f120d847d857a8e1 /ChangeLog
parentb026ce1ee92de325463535c15ab5575f21b23702 (diff)
downloadglibc-04de93022685bd19347c3ded5ac50b09e2037243.tar.gz
glibc-04de93022685bd19347c3ded5ac50b09e2037243.tar.xz
glibc-04de93022685bd19347c3ded5ac50b09e2037243.zip
nptl: Fix comment typo in pthread_mutex_trylock.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95765b8b98..bc6adaae90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-19  Wolfram Sang  <wsa@the-dreams.de>
+
+	* nptl/pthread_mutex_trylock.c: Fix comment.
+
 2019-02-19  Carlos O'Donell  <carlos@redhat.com>
 
 	* nptl/pthread_tryjoin.c: Fix comment.