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

gdb/ChangeLog
gdb/remote.c

index a7bbf233dd94bf5275d18f08d517bbeaa7740534..6dc05680ae057df20931d488e69e2c7cf7e57091 100644 (file)
@@ -1,5 +1,6 @@
 2006-03-16  Michael Snyder  <msnyder@redhat.com>
 
+       * remote.c (remote_watch_data_address): Fix typo in comment.
        * i386-tdep.c (i386_push_dummy_call): Fix typo in comment.
 
 2006-03-15  Kevin Buettner  <kevinb@redhat.com>
index 5dc7ab43601712c9c3cfebc912cec5c16e9fcf5e..582a6bfc061ad4d4654d0d0229320870bed5cab5 100644 (file)
@@ -323,10 +323,9 @@ packet_reg_from_pnum (struct remote_state *rs, LONGEST pnum)
    to stop for a watchpoint.  */
 static CORE_ADDR remote_watch_data_address;
 
-/* This is non-zero if taregt stopped for a watchpoint.  */
+/* This is non-zero if target stopped for a watchpoint.  */
 static int remote_stopped_by_watchpoint_p;
 
-
 static struct target_ops remote_ops;
 
 static struct target_ops extended_remote_ops;
This page took 0.028675 seconds and 4 git commands to generate.