OSDN Git Service

commentary typo fix
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 11 May 2011 20:22:51 +0000 (22:22 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 11 May 2011 20:22:51 +0000 (22:22 +0200)
s/decriptor/descriptor/

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libpthread/linuxthreads.old_db/td_ta_delete.c
libpthread/linuxthreads_db/td_ta_delete.c
libpthread/nptl/ChangeLog

index 0e6ec17..be1165a 100644 (file)
@@ -45,7 +45,7 @@ td_ta_delete (td_thragent_t *ta)
        runp = runp->next;
 
       if (runp->next == NULL)
-       /* It's not a valid decriptor since it is not in the list.  */
+       /* It's not a valid descriptor since it is not in the list.  */
        return TD_BADTA;
 
       runp->next = runp->next->next;
index 0e6ec17..be1165a 100644 (file)
@@ -45,7 +45,7 @@ td_ta_delete (td_thragent_t *ta)
        runp = runp->next;
 
       if (runp->next == NULL)
-       /* It's not a valid decriptor since it is not in the list.  */
+       /* It's not a valid descriptor since it is not in the list.  */
        return TD_BADTA;
 
       runp->next = runp->next->next;
index 8ec6acd..ec22ebb 100644 (file)
 
        * 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>