aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread-db.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/thread-db.c')
-rw-r--r--gdb/thread-db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/thread-db.c b/gdb/thread-db.c
index 8ddc6a2..45cdb72 100644
--- a/gdb/thread-db.c
+++ b/gdb/thread-db.c
@@ -404,7 +404,7 @@ enable_thread_event_reporting (void)
err = td_ta_event_addr_p (thread_agent, TD_DEATH, &notify);
if (err != TD_OK)
{
- warning ("Unable to get location for thread creation breakpoint: %s",
+ warning ("Unable to get location for thread death breakpoint: %s",
thread_db_err_str (err));
return;
}