From Nick Hudson:
* target.c (update_current_target): Correct typo. * gdb.base/sigrepeat.exp: Correct error message.
This commit is contained in:
parent
4f96803ce2
commit
08d8bcd7cf
4 changed files with 11 additions and 3 deletions
|
@ -379,7 +379,7 @@ update_current_target (void)
|
|||
{
|
||||
struct target_ops *t;
|
||||
|
||||
/* First, reset curren'ts contents. */
|
||||
/* First, reset current's contents. */
|
||||
memset (¤t_target, 0, sizeof (current_target));
|
||||
|
||||
#define INHERIT(FIELD, TARGET) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue