diff options
author | Michael Snyder <msnyder@vmware.com> | 2006-03-17 00:25:45 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2006-03-17 00:25:45 +0000 |
commit | 94e08568914abfa96a911d29fd1f2c99178ad1b2 (patch) | |
tree | f3e62054c5b120ddbe1edbc8ed196a6ca2106db2 /gdb/remote.c | |
parent | cf913f371edae118f239e5bce6b31f2c1a3fe659 (diff) | |
download | gdb-94e08568914abfa96a911d29fd1f2c99178ad1b2.zip gdb-94e08568914abfa96a911d29fd1f2c99178ad1b2.tar.gz gdb-94e08568914abfa96a911d29fd1f2c99178ad1b2.tar.bz2 |
2006-03-16 Michael Snyder <msnyder@redhat.com>
* remote.c (remote_watch_data_address): Fix typo in comment.
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 5dc7ab4..582a6bf 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -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; |