This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ob] fix typo in comment


2006-03-16  Michael Snyder  <msnyder@redhat.com>
	
	* remote.c (remote_watch_data_address): Fix typo in comment.

Index: remote.c
===================================================================
RCS file: /cvs/src/src/gdb/remote.c,v
retrieving revision 1.202
diff -p -r1.202 remote.c
*** remote.c	20 Feb 2006 15:19:06 -0000	1.202
--- remote.c	17 Mar 2006 00:23:38 -0000
*************** packet_reg_from_pnum (struct remote_stat
*** 323,332 ****
     to stop for a watchpoint.  */
  static CORE_ADDR remote_watch_data_address;
  
! /* This is non-zero if taregt stopped for a watchpoint.  */
  static int remote_stopped_by_watchpoint_p;
  
- 
  static struct target_ops remote_ops;
  
  static struct target_ops extended_remote_ops;
--- 323,331 ----
     to stop for a watchpoint.  */
  static CORE_ADDR remote_watch_data_address;
  
! /* 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;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]