aboutsummaryrefslogtreecommitdiff
path: root/gdb/breakpoint.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2009-10-31 18:30:40 +0000
committerMichael Snyder <msnyder@vmware.com>2009-10-31 18:30:40 +0000
commit3d947dffe01f2339de7fdf88becdaced5421be9f (patch)
tree4d69e39e033bc06d94df94cdb49712dec70c0647 /gdb/breakpoint.c
parent07b7cff327f1a5ca633e24408cc3be62d4bb4c01 (diff)
downloadgdb-3d947dffe01f2339de7fdf88becdaced5421be9f.zip
gdb-3d947dffe01f2339de7fdf88becdaced5421be9f.tar.gz
gdb-3d947dffe01f2339de7fdf88becdaced5421be9f.tar.bz2
2009-10-31 Michael Snyder <msnyder@vmware.com>
* breakpoint.c (bpstat_stop_status): Fix broken comment.
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r--gdb/breakpoint.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 6bf9262..757c76d 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space *aspace,
The watchpoint_check function will work on entire expression,
not the individual locations. For read watchopints, the
watchpoints_triggered function have checked all locations
- alrea
- */
+ already. */
if (b->type == bp_hardware_watchpoint && bl != b->loc)
continue;