From 0343827b9128bad3b9014862abea3c75e235fc8c Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Mon, 6 Oct 2008 23:24:00 +0000 Subject: [PATCH] 2008-10-06 Michael Snyder * infrun.c (handle_inferior_event): Comment rewording. --- gdb/ChangeLog | 1 + gdb/infrun.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 + * 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. */ -- 2.47.2