diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index f723bd5..6b4cf20 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -22,7 +22,7 @@ to provide access to the Solaris user-mode thread implementation. Solaris threads are true user-mode threads, which are invoked via - the thr_* and pthread_* (native and POSIX respectivly) interfaces. + the thr_* and pthread_* (native and POSIX respectively) interfaces. These are mostly implemented in user-space, with all thread context kept in various structures that live in the user's heap. These should not be confused with lightweight processes (LWPs), which are @@ -253,7 +253,7 @@ td_err_string (td_err_e errcode) return buf; } -/* Return the libthread_db state string assicoated with STATECODE. +/* Return the libthread_db state string associated with STATECODE. If STATECODE is unknown, return an appropriate message. */ static const char * |