2010-06-09 Michael Snyder <msnyder@vmware.com>

* target.c (update_current_target): Fix spelling error in comment.
	(target_mourn_inferior): Fix spelling error in error message.
This commit is contained in:
Michael Snyder 2010-06-09 18:25:34 +00:00
parent 75898d578f
commit 8289203688
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2010-06-09 Michael Snyder <msnyder@vmware.com>
* target.c (update_current_target): Fix spelling error in comment.
(target_mourn_inferior): Fix spelling error in error message.
2010-06-08 Paul Hilfinger <hilfingr@adacore.com>
* dictionary.h (dict_iter_name_first, dict_iter_name_next): Refer to

View File

@ -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