aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 70af776..a55b428 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -765,7 +765,7 @@ insert_breakpoints (void)
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
{