summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/gdb/gdb/mem-break.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/gdb/gdb/mem-break.c')
-rw-r--r--gnu/usr.bin/gdb/gdb/mem-break.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/gdb/mem-break.c b/gnu/usr.bin/gdb/gdb/mem-break.c
index 74dfaa1..2c7ba1f 100644
--- a/gnu/usr.bin/gdb/gdb/mem-break.c
+++ b/gnu/usr.bin/gdb/gdb/mem-break.c
@@ -41,7 +41,7 @@ static unsigned char check_break_insn_size[BREAKPOINT_MAX] = BREAKPOINT;
/* Insert a breakpoint on targets that don't have any better breakpoint
support. We read the contents of the target location and stash it,
then overwrite it with a breakpoint instruction. ADDR is the target
- location in the target machine. CONTENTS_CACHE is a pointer to
+ location in the target machine. CONTENTS_CACHE is a pointer to
memory allocated for saving the target contents. It is guaranteed
by the caller to be long enough to save sizeof BREAKPOINT bytes (this
is accomplished via BREAKPOINT_MAX). */
OpenPOWER on IntegriCloud