This is the mail archive of the gdb-patches@sources.redhat.com 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]

[PATCH] fix typo in comment


 
2001-04-17  Michael Snyder  <msnyder@redhat.com>

	* i386-nat.c: Fix typo in comment.

Index: i386-nat.c
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/i386-nat.c,v
retrieving revision 2.1
diff -c -3 -p -r2.1 i386-nat.c
*** i386-nat.c	2001/03/26 19:54:10	2.1
--- i386-nat.c	2001/04/18 00:36:36
***************
*** 28,34 ****
  
     This provides several functions for inserting and removing
     hardware-assisted breakpoints and watchpoints, testing if
!    one or more of the watchpoints triggerd and at what address,
     checking whether a given region can be watched, etc.
  
     A target which wants to use these functions should define
--- 28,34 ----
  
     This provides several functions for inserting and removing
     hardware-assisted breakpoints and watchpoints, testing if
!    one or more of the watchpoints triggered and at what address,
     checking whether a given region can be watched, etc.
  
     A target which wants to use these functions should define


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