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] comment spelling fix, remote.c


2006-04-20  Michael Snyder  <msnyder@redhat.com>

	* remote.c: Fix spelling error in comment.

Index: remote.c
===================================================================
RCS file: /cvs/src/src/gdb/remote.c,v
retrieving revision 1.208
diff -p -r1.208 remote.c
*** remote.c	18 Apr 2006 19:20:06 -0000	1.208
--- remote.c	20 Apr 2006 23:57:23 -0000
*************** typedef unsigned char threadref[OPAQUETH
*** 973,979 ****
  typedef int gdb_threadref;	/* Internal GDB thread reference.  */
  
  /* gdb_ext_thread_info is an internal GDB data structure which is
!    equivalint to the reply of the remote threadinfo packet.  */
  
  struct gdb_ext_thread_info
    {
--- 973,979 ----
  typedef int gdb_threadref;	/* Internal GDB thread reference.  */
  
  /* gdb_ext_thread_info is an internal GDB data structure which is
!    equivalent to the reply of the remote threadinfo packet.  */
  
  struct gdb_ext_thread_info
    {

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