]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Tue, 26 Apr 2005 16:11:10 +0000 (16:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 26 Apr 2005 16:11:10 +0000 (16:11 +0000)
nptl/sysdeps/i386/tls.h

index e243f8b2cf9db557e93baa9dc91d85f1885bc47c..06def42a5bf75645a0248365aa4a449c18e551cc 100644 (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.  */