Browse Source

- fix typo in comment.

Bernhard Reutner-Fischer 19 years ago
parent
commit
eb6b48e497

+ 1 - 1
libpthread/linuxthreads.old_db/thread_dbP.h

@@ -11,7 +11,7 @@
 #include "internals.h"
 
 
-/* Indeces for the symbol names.  */
+/* Indices for the symbol names.  */
 enum
   {
     PTHREAD_THREADS_EVENTS = 0,

+ 1 - 1
libpthread/linuxthreads_db/thread_dbP.h

@@ -9,7 +9,7 @@
 #include "../linuxthreads/descr.h"
 
 
-/* Indeces for the symbol names.  */
+/* Indices for the symbol names.  */
 enum
   {
     PTHREAD_THREADS_EVENTS = 0,