summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2008-10-06 23:24:00 +0000
committerMichael Snyder <msnyder@specifix.com>2008-10-06 23:24:00 +0000
commitd3af3c77bcd71ba46bfde0afadab21cd3ba614a8 (patch)
treeee6d0fabfcf7fa6d6afcf28c793b10beed739141
parent39bc56f852524aae1095fee06dec702b64cd559b (diff)
downloadgdb-d3af3c77bcd71ba46bfde0afadab21cd3ba614a8.tar.gz
2008-10-06 Michael Snyder <msnyder@vmware.com>
* infrun.c (handle_inferior_event): Comment rewording.
-rw-r--r--gdb/ChangeLog1
-rw-r--r--gdb/infrun.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b111aa2d3c1..be5d7b44469 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/infrun.c b/gdb/infrun.c
index 52f6daaec7e..3780dab4f5b 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -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. */