infrun.c: comment/typo fixes
authorPedro Alves <palves@redhat.com>
Thu, 25 Sep 2014 15:31:04 +0000 (16:31 +0100)
committerPedro Alves <palves@redhat.com>
Thu, 25 Sep 2014 15:31:04 +0000 (16:31 +0100)
gdb/
2014-09-25  Pedro Alves  <palves@redhat.com>

* infrun.c (stepping_past_instruction_at)
(clear_exit_convenience_vars): Point at infrun.h instead of
inferior.h.
(handle_signal_stop): Fix typo.

gdb/ChangeLog
gdb/infrun.c

index 0efcb7215c6eeaffee2f434f2042300e93fc3331..20a8a8b75375543345e4c8f112e4189470ec406e 100644 (file)
@@ -1,3 +1,10 @@
+2014-09-25  Pedro Alves  <palves@redhat.com>
+
+       * infrun.c (stepping_past_instruction_at)
+       (clear_exit_convenience_vars): Point at infrun.h instead of
+       inferior.h.
+       (handle_signal_stop): Fix typo.
+
 2014-09-24  Yao Qi  <yao@codesourcery.com>
 
        * arm-tdep.c (thumb_in_function_epilogue_p): Fix typo in the
index 3725f2da08657ba96610213151b029ce3ae36c24..dc696e926424ce2e2767244f2daf5ec79a8295e3 100644 (file)
@@ -1026,7 +1026,7 @@ clear_step_over_info (void)
   step_over_info.address = 0;
 }
 
-/* See inferior.h.  */
+/* See infrun.h.  */
 
 int
 stepping_past_instruction_at (struct address_space *aspace,
@@ -4003,7 +4003,7 @@ handle_signal_stop (struct execution_control_state *ecs)
          watchpoint expression.  We do this by single-stepping the
         target.
 
-        It may not be necessary to disable the watchpoint to stop over
+        It may not be necessary to disable the watchpoint to step over
         it.  For example, the PA can (with some kernel cooperation)
         single step over a watchpoint without disabling the watchpoint.
 
@@ -7124,7 +7124,7 @@ save_inferior_ptid (void)
   return make_cleanup (restore_inferior_ptid, saved_ptid_ptr);
 }
 
-/* See inferior.h.  */
+/* See infrun.h.  */
 
 void
 clear_exit_convenience_vars (void)