aboutsummaryrefslogtreecommitdiff
path: root/gdb/target.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2006-03-17 00:30:34 +0000
committerMichael Snyder <msnyder@vmware.com>2006-03-17 00:30:34 +0000
commit88c231eb7f9099e5969472e2609428cf669a618d (patch)
tree7caec066e1859e336203b338c91b0b31cf4a40b0 /gdb/target.c
parent94e08568914abfa96a911d29fd1f2c99178ad1b2 (diff)
downloadgdb-88c231eb7f9099e5969472e2609428cf669a618d.zip
gdb-88c231eb7f9099e5969472e2609428cf669a618d.tar.gz
gdb-88c231eb7f9099e5969472e2609428cf669a618d.tar.bz2
2006-03-16 Michael Snyder <msnyder@redhat.com>
* target.c (push_target): Fix typo in comment.
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 3da3e65..fbfc58a 100644
--- a/gdb/target.c
+++ b/gdb/target.c
@@ -675,7 +675,7 @@ push_target (struct target_ops *t)
}
/* If there's already targets at this stratum, remove them. */
- /* FIXME: cagney/2003-10-15: I think this should be poping all
+ /* FIXME: cagney/2003-10-15: I think this should be popping all
targets to CUR, and not just those at this stratum level. */
while ((*cur) != NULL && t->to_stratum == (*cur)->to_stratum)
{