2006-03-16 Michael Snyder <msnyder@redhat.com>

* remote.c (remote_watch_data_address): Fix typo in comment.
This commit is contained in:
Michael Snyder 2006-03-17 00:25:45 +00:00
parent cf913f371e
commit 94e0856891
2 changed files with 2 additions and 2 deletions

View 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>

View 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;