diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-04-26 16:11:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-04-26 16:11:10 +0000 |
commit | 8cf3e47119ae1d40592a3b15aecc50d9a0ec0179 (patch) | |
tree | ebd52b45312b869e4c02f97dd5fd22a633d25462 /nptl | |
parent | b34cbd1428405d1c64b071364bc90fe064b8b0c9 (diff) | |
download | glibc-8cf3e47119ae1d40592a3b15aecc50d9a0ec0179.tar.gz glibc-8cf3e47119ae1d40592a3b15aecc50d9a0ec0179.tar.xz glibc-8cf3e47119ae1d40592a3b15aecc50d9a0ec0179.zip |
Fix typo.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/sysdeps/i386/tls.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |