aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-04-17 16:25:49 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-04-17 16:25:49 +0000
commitad018eeeb91ea7b88219a66552d0f3220b01ea6c (patch)
treeed17376b8670a34f5ed16fd1cfb311646b890f8c /gdb
parente914cb17025020fd2dadf85b9033941fa760f0e7 (diff)
downloadgdb-ad018eeeb91ea7b88219a66552d0f3220b01ea6c.zip
gdb-ad018eeeb91ea7b88219a66552d0f3220b01ea6c.tar.gz
gdb-ad018eeeb91ea7b88219a66552d0f3220b01ea6c.tar.bz2
* mips-tdep.c (mips_n32n64_push_dummy_call): Fix a typo in a
comment.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/mips-tdep.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9073535..45e1a75 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -2,6 +2,11 @@
* 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
+ comment.
(mips_o32_push_dummy_call): Likewise.
2007-04-17 Andreas Schwab <schwab@suse.de>
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index a0c92ba..b3d9d4b 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -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));