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)