From: Michael Snyder Date: Mon, 6 Oct 2008 23:24:00 +0000 (+0000) Subject: 2008-10-06 Michael Snyder X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0343827b9128bad3b9014862abea3c75e235fc8c;p=thirdparty%2Fbinutils-gdb.git 2008-10-06 Michael Snyder * infrun.c (handle_inferior_event): Comment rewording. --- 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. */