OSDN Git Service

2010-01-05 Michael Snyder <msnyder@vmware.com>
authormsnyder <msnyder>
Wed, 6 Jan 2010 05:55:18 +0000 (05:55 +0000)
committermsnyder <msnyder>
Wed, 6 Jan 2010 05:55:18 +0000 (05:55 +0000)
* infrun.c (handle_inferior_event): Fix typo in comment.

gdb/ChangeLog
gdb/infrun.c

index 8247778..1a5bafc 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-05  Michael Snyder  <msnyder@vmware.com>
+
+       * infrun.c (handle_inferior_event): Fix typo in comment.
+
 2010-01-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional.
index d8ca40d..a657026 100644 (file)
@@ -4176,7 +4176,7 @@ infrun: not switching back to stepped thread, it has vanished\n");
      "outermost" function.  This could be fixed by marking
      outermost frames as !stack_p,code_p,special_p.  Then the
      initial outermost frame, before sp was valid, would
-     have code_addr == &_start.  See the commend in frame_id_eq
+     have code_addr == &_start.  See the comment in frame_id_eq
      for more.  */
   if (!frame_id_eq (get_stack_frame_id (frame),
                    ecs->event_thread->step_stack_frame_id)