* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
authorMaciej W. Rozycki <macro@linux-mips.org>
Tue, 17 Apr 2007 16:25:49 +0000 (16:25 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Tue, 17 Apr 2007 16:25:49 +0000 (16:25 +0000)
comment.

gdb/ChangeLog
gdb/mips-tdep.c

index 9073535a2a0a720edfbcca2f62bdbf43c7b0c25b..45e1a75b55300130ba7368c225c16232dc9eba32 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-17  Maciej W. Rozycki  <macro@mips.com>
+
+       * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
+       comment.
+
 2007-04-17  Maciej W. Rozycki  <macro@mips.com>
 
        * mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
index a0c92ba611f97bfa006dad4bf18f44f8269a7bd5..b3d9d4b247cf88f6166aa3f1cf9506560c89e349 100644 (file)
@@ -2783,7 +2783,7 @@ mips_n32n64_push_dummy_call (struct gdbarch *gdbarch, struct value *function,
             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));
This page took 0.038197 seconds and 4 git commands to generate.