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]

mips-tdep.c: Fix typos in comments


Hello,

 Applied as obvious:

2007-04-17  Maciej W. Rozycki  <macro@mips.com>

	* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
	comment.
	(mips_o32_push_dummy_call): Likewise.

  Maciej

Index: gdb/mips-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-tdep.c,v
retrieving revision 1.410
diff -u -p -r1.410 mips-tdep.c
--- gdb/mips-tdep.c	17 Apr 2007 14:48:49 -0000	1.410
+++ gdb/mips-tdep.c	17 Apr 2007 15:59:51 -0000
@@ -2857,9 +2857,9 @@ mips_n32n64_push_dummy_call (struct gdba
 
 		     cagney/2001-07-23: gdb/179: Also, GCC, when
 		     outputting LE O32 with sizeof (struct) <
-		     mips_abi_regsize(), generates a left shift as
-		     part of storing the argument in a register a
-		     register (the left shift isn't generated when
+		     mips_abi_regsize(), generates a left shift
+		     as part of storing the argument in a register
+		     (the left shift isn't generated when
 		     sizeof (struct) >= mips_abi_regsize()).  Since
 		     it is quite possible that this is GCC
 		     contradicting the LE/O32 ABI, GDB has not been
@@ -3291,9 +3291,9 @@ mips_o32_push_dummy_call (struct gdbarch
 
 		     cagney/2001-07-23: gdb/179: Also, GCC, when
 		     outputting LE O32 with sizeof (struct) <
-		     mips_abi_regsize(), generates a left shift as
-		     part of storing the argument in a register a
-		     register (the left shift isn't generated when
+		     mips_abi_regsize(), generates a left shift
+		     as part of storing the argument in a register
+		     (the left shift isn't generated when
 		     sizeof (struct) >= mips_abi_regsize()).  Since
 		     it is quite possible that this is GCC
 		     contradicting the LE/O32 ABI, GDB has not been


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