From: Michael Snyder Date: Wed, 9 Jun 2010 18:25:34 +0000 (+0000) Subject: 2010-06-09 Michael Snyder X-Git-Tag: gdb_7_2-2010-07-07-branchpoint~289 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8289203688e409c411128cb3f536f942e2195b97;p=platform%2Fupstream%2Fbinutils.git 2010-06-09 Michael Snyder * target.c (update_current_target): Fix spelling error in comment. (target_mourn_inferior): Fix spelling error in error message. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c64c554..dbdaa7e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2010-06-09 Michael Snyder + + * target.c (update_current_target): Fix spelling error in comment. + (target_mourn_inferior): Fix spelling error in error message. + 2010-06-08 Paul Hilfinger * dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to diff --git a/gdb/target.c b/gdb/target.c index 35a29b7..bacda54 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -612,7 +612,7 @@ update_current_target (void) INHERIT (to_remove_exec_catchpoint, t); INHERIT (to_set_syscall_catchpoint, t); INHERIT (to_has_exited, t); - /* Do not inherit to_mourn_inferiour. */ + /* Do not inherit to_mourn_inferior. */ INHERIT (to_can_run, t); INHERIT (to_notice_signals, t); /* Do not inherit to_thread_alive. */ @@ -2257,7 +2257,7 @@ target_mourn_inferior (void) } internal_error (__FILE__, __LINE__, - "could not find a target to follow mourn inferiour"); + "could not find a target to follow mourn inferior"); } /* Look for a target which can describe architectural features, starting