aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-23 13:03:20 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-23 13:03:20 +0000
commit08d8bcd7cf002e83bfc5fa36e1c90b23b3beda14 (patch)
tree65090056bc40d4558fb02b2f0b1460d43e265c71 /gdb/target.c
parent4f96803ce22a63f5b2b9a23d6dace5ae64e86b38 (diff)
downloadgdb-08d8bcd7cf002e83bfc5fa36e1c90b23b3beda14.zip
gdb-08d8bcd7cf002e83bfc5fa36e1c90b23b3beda14.tar.gz
gdb-08d8bcd7cf002e83bfc5fa36e1c90b23b3beda14.tar.bz2
From Nick Hudson:
* target.c (update_current_target): Correct typo. * gdb.base/sigrepeat.exp: Correct error message.
Diffstat (limited to 'gdb/target.c')
-rw-r--r--gdb/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/target.c b/gdb/target.c
index 75c78bd..6893c87 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -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) \