Fix typo.

This commit is contained in:
Ulrich Drepper 2005-04-26 16:11:10 +00:00
parent b34cbd1428
commit 8cf3e47119

View file

@ -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. */