From 88c231eb7f9099e5969472e2609428cf669a618d Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Fri, 17 Mar 2006 00:30:34 +0000 Subject: 2006-03-16 Michael Snyder * target.c (push_target): Fix typo in comment. --- gdb/target.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/target.c') 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) { -- cgit v1.1