2000-06-12 Michael Snyder <msnyder@cleaver.cygnus.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 12 Jun 2000 21:17:21 +0000 (21:17 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 12 Jun 2000 21:17:21 +0000 (21:17 +0000)
        * breakpoint.c (breakpoint_thread_match): Fix comment.

gdb/ChangeLog
gdb/breakpoint.c

index 59b1a437910c44f151e51ab37c8a088e4ac2a52b..dfda1bb8f6f79b15ed193e4779f9b9a1f1e8472a 100644 (file)
@@ -1,3 +1,7 @@
+2000-06-12  Michael Snyder  <msnyder@cleaver.cygnus.com>
+
+       * breakpoint.c (breakpoint_thread_match): Fix comment.
+
 2000-06-12  Fernando Nasser  <fnasser@cygnus.com>
 
        * valops.c (value_assign): Adjust the length to take into
index c80c4531b2ef9d614e09e1918569e2f83ac18b06..3a1593dd9820d837b1230c791ef72fa7859948e3 100644 (file)
@@ -1589,8 +1589,8 @@ frame_in_dummy (frame)
   return 0;
 }
 
-/* breakpoint_match_thread (PC, PID) returns true if the breakpoint at PC
-   is valid for process/thread PID.  */
+/* breakpoint_thread_match (PC, PID) returns true if the breakpoint at
+   PC is valid for process/thread PID.  */
 
 int
 breakpoint_thread_match (pc, pid)
This page took 0.035852 seconds and 4 git commands to generate.