* gdbint.texinfo (Host Definition): Remove description of
[deliverable/binutils-gdb.git] / gdb / thread-db.c
index 8ddc6a2733203fbec92cdf20d36d86a665f04f12..45cdb7201b95b1df74cb667dfaa30407bb5d915c 100644 (file)
@@ -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;
     }
This page took 0.022928 seconds and 4 git commands to generate.