diff options
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 8087d40..2995a9e 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -204,7 +204,7 @@ td_err_string (td_err_e errcode) return buf; } -/* Return the the libthread_db state string assicoated with STATECODE. +/* Return the libthread_db state string assicoated with STATECODE. If STATECODE is unknown, return an appropriate message. */ static char * |