summaryrefslogtreecommitdiff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-07-05 11:58:14 +0000
committerUlrich Drepper <drepper@redhat.com>1998-07-05 11:58:14 +0000
commit6777b467cec0f1bee82bbd5098bcfa006268fd9c (patch)
treeeb630964b8734898e8a586210ba85ee3ac5dd81c /linuxthreads
parent77ccaba1fa58f871e797ced648c2966842e477db (diff)
Fix typo.
* Versions: Add pthread_attr_init to GLIBC_2.1 version in libc.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index d0181c840a..83c98565a2 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,6 +1,6 @@
1998-07-05 11:54 Ulrich Drepper <drepper@cygnus.com>
- * Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc.
+ * Versions: Add pthread_attr_init to GLIBC_2.1 version in libc.
1998-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>