From 8cf3e47119ae1d40592a3b15aecc50d9a0ec0179 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 26 Apr 2005 16:11:10 +0000 Subject: Fix typo. --- nptl/sysdeps/i386/tls.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nptl/sysdeps/i386/tls.h b/nptl/sysdeps/i386/tls.h index e243f8b2cf..06def42a5b 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. */ -- cgit 1.4.1