From: Ulrich Drepper Date: Tue, 26 Apr 2005 16:11:10 +0000 (+0000) Subject: Fix typo. X-Git-Tag: cvs/fedora-glibc-20050427T1043~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cf3e47119ae1d40592a3b15aecc50d9a0ec0179;p=thirdparty%2Fglibc.git Fix typo. --- diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h index e243f8b2cf9..06def42a5bf 100644 --- a/nptl/sysdeps/i386/tls.h +++ b/nptl/sysdeps/i386/tls.h @@ -43,7 +43,7 @@ typedef union dtv typedef struct { - void *tcb; /* Pointer to the TCB. Not necessary the + void *tcb; /* Pointer to the TCB. Not necessarily the thread descriptor used by libpthread. */ dtv_t *dtv; void *self; /* Pointer to the thread descriptor. */