2006-03-16 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Fri, 17 Mar 2006 00:30:34 +0000 (00:30 +0000)
committerMichael Snyder <msnyder@vmware.com>
Fri, 17 Mar 2006 00:30:34 +0000 (00:30 +0000)
* target.c (push_target): Fix typo in comment.

gdb/ChangeLog
gdb/target.c

index 6dc05680ae057df20931d488e69e2c7cf7e57091..fa374faa3a1c1c3dc0197c94c296eceaa9daa91a 100644 (file)
@@ -1,5 +1,6 @@
 2006-03-16  Michael Snyder  <msnyder@redhat.com>
 
+       * target.c (push_target): Fix typo in comment.
        * remote.c (remote_watch_data_address): Fix typo in comment.
        * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
 
index 3da3e651311693fced34f065c8fec404be33ae5e..fbfc58a6be57812a5a2539f8a8bd93b3c91a8d6b 100644 (file)
@@ -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)
     {