From: Michael Snyder Date: Fri, 17 Mar 2006 00:25:45 +0000 (+0000) Subject: 2006-03-16 Michael Snyder X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=94e08568914abfa96a911d29fd1f2c99178ad1b2;p=deliverable%2Fbinutils-gdb.git 2006-03-16 Michael Snyder * remote.c (remote_watch_data_address): Fix typo in comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a7bbf233dd..6dc05680ae 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,6 @@ 2006-03-16 Michael Snyder + * 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 diff --git a/gdb/remote.c b/gdb/remote.c index 5dc7ab4360..582a6bfc06 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;