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

comment.
This commit is contained in:
Maciej W. Rozycki 2007-04-17 16:25:49 +00:00
parent e914cb1702
commit ad018eeeb9
2 changed files with 6 additions and 1 deletions

View 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

View 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));