2009-10-31 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Sat, 31 Oct 2009 18:30:40 +0000 (18:30 +0000)
committerMichael Snyder <msnyder@vmware.com>
Sat, 31 Oct 2009 18:30:40 +0000 (18:30 +0000)
* breakpoint.c (bpstat_stop_status): Fix broken comment.

gdb/ChangeLog
gdb/breakpoint.c

index 77ec5c0..2fec8a5 100644 (file)
@@ -1,3 +1,7 @@
+2009-10-31  Michael Snyder  <msnyder@vmware.com>
+
+       * breakpoint.c (bpstat_stop_status): Fix broken comment.
+
 2009-10-31  Pedro Alves  <pedro@codesourcery.com>
 
        * record.c (record_restore, cmd_record_save): Debug output goes to
index 6bf9262..757c76d 100644 (file)
@@ -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;