diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-05-11 22:22:51 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2011-05-11 22:22:51 +0200 |
commit | 4eebb1ab2c9954b9b1ef7480c4d2a797513193de (patch) | |
tree | 4d84814797d4cd3945561f2a51baca24bbb04b12 /libpthread/nptl/ChangeLog | |
parent | 3e72d1b5129c51cabf6b501a4698f7c2433781ce (diff) |
commentary typo fix
s/decriptor/descriptor/
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/ChangeLog')
-rw-r--r-- | libpthread/nptl/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/ChangeLog b/libpthread/nptl/ChangeLog index 8ec6acde2..ec22ebb64 100644 --- a/libpthread/nptl/ChangeLog +++ b/libpthread/nptl/ChangeLog @@ -10308,7 +10308,7 @@ * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Define SINGLE_THREAD_P. If in libc or libpthread examine multiple_thread - member of thread decriptor, otherwise return unconditionally 1. + member of thread descriptor, otherwise return unconditionally 1. 2002-12-14 Ulrich Drepper <drepper@redhat.com> |