diff options
Diffstat (limited to 'gdb/thread.c')
-rw-r--r-- | gdb/thread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/thread.c b/gdb/thread.c index 17bc642..7c8426d 100644 --- a/gdb/thread.c +++ b/gdb/thread.c @@ -444,7 +444,7 @@ thread_step_over_chain_remove (struct thread_info *tp) step_over_chain_remove (&step_over_queue_head, tp); } -/* Delete the thread referenced by THR. If SILENT, don't notifyi +/* Delete the thread referenced by THR. If SILENT, don't notify the observer of this exit. THR must not be NULL or a failed assertion will be raised. */ @@ -709,7 +709,7 @@ delete_exited_threads (void) delete_thread (tp); } -/* Return true value if stack temporaies are enabled for the thread +/* Return true value if stack temporaries are enabled for the thread TP. */ bool |