]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2008-10-06 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Mon, 6 Oct 2008 23:24:00 +0000 (23:24 +0000)
committerMichael Snyder <msnyder@vmware.com>
Mon, 6 Oct 2008 23:24:00 +0000 (23:24 +0000)
* infrun.c (handle_inferior_event): Comment rewording.

gdb/ChangeLog
gdb/infrun.c

index b111aa2d3c11e111d65cfaaae907606158c7036d..be5d7b444699770e5fd1e8e74a3dfc96377b795e 100644 (file)
@@ -1,5 +1,6 @@
 2008-10-06  Michael Snyder  <msnyder@vmware.com>
 
+       * infrun.c (handle_inferior_event): Comment rewording.
        * remote.c (remote_get_exec_direction): Use i18n macros.
        (remote_set_exec_direction): Ditto.
        * infrun.c (handle_inferior_event, step_into_function): Formatting.
index 52f6daaec7ebe9e287f987f64a37318ee0cc5400..3780dab4f5b244db0e8333dd6f27ac86ef691349 100644 (file)
@@ -3426,7 +3426,7 @@ step_into_function (struct execution_control_state *ecs)
     {
       stop_func_sal = find_pc_line (stop_pc, 0);
 
-      /* OK, we're just gonna keep stepping here.  */
+      /* OK, we're just going to keep stepping here.  */
       if (stop_func_sal.pc == stop_pc)
        {
          /* We're there already.  Just stop stepping now.  */