Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [OB] fix comment in breakponit.c
@ 2009-10-31 18:31 Michael Snyder
  2009-10-31 21:29 ` Pedro Alves
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Snyder @ 2009-10-31 18:31 UTC (permalink / raw)
  To: gdb-patches

[-- Attachment #1: Type: text/plain, Size: 49 bytes --]

Probably busted by a global search and replace?


[-- Attachment #2: already.txt --]
[-- Type: text/plain, Size: 778 bytes --]

2009-10-31  Michael Snyder  <msnyder@vmware.com>

	* breakpoint.c (bpstat_stop_status): Fix broken comment.

Index: breakpoint.c
===================================================================
RCS file: /cvs/src/src/gdb/breakpoint.c,v
retrieving revision 1.422
diff -u -p -r1.422 breakpoint.c
--- breakpoint.c	31 Oct 2009 06:00:11 -0000	1.422
+++ breakpoint.c	31 Oct 2009 18:29:59 -0000
@@ -3457,8 +3457,7 @@ bpstat_stop_status (struct address_space
        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;
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-31 23:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-31 18:31 [OB] fix comment in breakponit.c Michael Snyder
2009-10-31 21:29 ` Pedro Alves
2009-10-31 23:59   ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox