From ce6cca6d61556fecbabbca20f49e8e76545b6bc6 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Tue, 5 Jan 2010 20:55:18 +0000 Subject: [PATCH] 2010-01-05 Michael Snyder * infrun.c (handle_inferior_event): Fix typo in comment. --- gdb/ChangeLog | 4 ++++ gdb/infrun.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8247778381..1a5bafc668 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2010-01-05 Michael Snyder + + * infrun.c (handle_inferior_event): Fix typo in comment. + 2010-01-05 Jan Kratochvil * symfile.c (syms_from_objfile): Remove the !MAINLINE conditional. diff --git a/gdb/infrun.c b/gdb/infrun.c index d8ca40de8b..a657026b8b 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -4176,7 +4176,7 @@ infrun: not switching back to stepped thread, it has vanished\n"); "outermost" function. This could be fixed by marking outermost frames as !stack_p,code_p,special_p. Then the initial outermost frame, before sp was valid, would - have code_addr == &_start. See the commend in frame_id_eq + have code_addr == &_start. See the comment in frame_id_eq for more. */ if (!frame_id_eq (get_stack_frame_id (frame), ecs->event_thread->step_stack_frame_id)