* breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
warning message.
+2002-04-05 Michael Snyder <msnyder@redhat.com>
+
+ * breakpoint.c (insert_breakpoints): Change 'hw' to 'hardware in
+ warning message.
+
2002-04-05 J. Brobecker <brobecker@gnat.com>
* utils.c (xfullpath): New function.
so we must try to set a breakpoint at the LMA.
This will not work for a hardware breakpoint. */
if (b->type == bp_hardware_breakpoint)
- warning ("hw breakpoint %d not supported in overlay!\n",
+ warning ("hardware breakpoint %d not supported in overlay!\n",
b->number);
else
{