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]
Other format: [Raw text]

Re: [COMMIT] frv-linux-tdep.c: Adjust an RT signal related constant


On Sat, 19 Mar 2005 12:05:48 +0200
"Eli Zaretskii" <eliz@gnu.org> wrote:

> > + 	     to the a ucontext struct.  The ucontext struct contains a
>                 ^^^^^
> A typo.

Thanks for catching this.  I've just committed the following change:

	* frv-linux-tdep.c (frv_linux_sigcontext_reg_addr): Fix typo in
	comment.

Index: frv-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/frv-linux-tdep.c,v
retrieving revision 1.6
diff -u -p -r1.6 frv-linux-tdep.c
--- frv-linux-tdep.c	18 Mar 2005 20:23:28 -0000	1.6
+++ frv-linux-tdep.c	21 Mar 2005 18:07:50 -0000
@@ -192,7 +192,7 @@ frv_linux_sigcontext_reg_addr (struct fr
       else if (tramp_type == RT_SIGTRAMP)
 	{
 	  /* For a realtime sigtramp frame, SP + 12 contains a pointer
- 	     to the a ucontext struct.  The ucontext struct contains a
+ 	     to a ucontext struct.  The ucontext struct contains a
  	     sigcontext struct starting 24 bytes in.  (The offset of
  	     uc_mcontext within struct ucontext is derived as follows: 
  	     stack_t is a 12-byte struct and struct sigcontext is


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