From Nick Hudson:

* target.c (update_current_target): Correct typo.

	* gdb.base/sigrepeat.exp: Correct error message.
This commit is contained in:
Daniel Jacobowitz 2007-01-23 13:03:20 +00:00
parent 4f96803ce2
commit 08d8bcd7cf
4 changed files with 11 additions and 3 deletions

View file

@ -379,7 +379,7 @@ update_current_target (void)
{
struct target_ops *t;
/* First, reset curren'ts contents. */
/* First, reset current's contents. */
memset (&current_target, 0, sizeof (current_target));
#define INHERIT(FIELD, TARGET) \