about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-04-26 16:11:10 +0000
committerUlrich Drepper <drepper@redhat.com>2005-04-26 16:11:10 +0000
commit8cf3e47119ae1d40592a3b15aecc50d9a0ec0179 (patch)
treeebd52b45312b869e4c02f97dd5fd22a633d25462
parentb34cbd1428405d1c64b071364bc90fe064b8b0c9 (diff)
downloadglibc-8cf3e47119ae1d40592a3b15aecc50d9a0ec0179.tar.gz
glibc-8cf3e47119ae1d40592a3b15aecc50d9a0ec0179.tar.xz
glibc-8cf3e47119ae1d40592a3b15aecc50d9a0ec0179.zip
Fix typo.
-rw-r--r--nptl/sysdeps/i386/tls.h2
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.  */