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 a typo in a comment


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.

  Maciej

Index: gdb/mips-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/mips-tdep.c,v
retrieving revision 1.411
diff -u -p -r1.411 mips-tdep.c
--- gdb/mips-tdep.c	17 Apr 2007 16:05:25 -0000	1.411
+++ gdb/mips-tdep.c	17 Apr 2007 16:23:17 -0000
@@ -2783,7 +2783,7 @@ mips_n32n64_push_dummy_call (struct gdba
 	     register are only written to memory.  */
 	  while (len > 0)
 	    {
-	      /* Rememer if the argument was written to the stack.  */
+	      /* Remember if the argument was written to the stack.  */
 	      int stack_used_p = 0;
 	      int partial_len = (len < mips_abi_regsize (gdbarch)
 				 ? len : mips_abi_regsize (gdbarch));


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