aboutsummaryrefslogtreecommitdiff
path: root/gdb/mips-tdep.c
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-05-14 09:32:03 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-05-14 09:32:03 +0000
commit8ae38c14cc3b27e5e691dcee0fd51f2566a7dc65 (patch)
treecde8ebe01d9948d032a80df952b7149cc7ad0f5e /gdb/mips-tdep.c
parent9f676e6662c83541120a3a69737e6561fe24f08c (diff)
downloadgdb-8ae38c14cc3b27e5e691dcee0fd51f2566a7dc65.zip
gdb-8ae38c14cc3b27e5e691dcee0fd51f2566a7dc65.tar.gz
gdb-8ae38c14cc3b27e5e691dcee0fd51f2566a7dc65.tar.bz2
* mips-tdep.c (mips_push_dummy_code): Correct description typo.
Diffstat (limited to 'gdb/mips-tdep.c')
-rw-r--r--gdb/mips-tdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index ebf7c48..d68782c 100644
--- a/gdb/mips-tdep.c
+++ b/gdb/mips-tdep.c
@@ -3009,7 +3009,7 @@ mips_frame_align (struct gdbarch *gdbarch, CORE_ADDR addr)
return align_down (addr, 16);
}
-/* Implement the "push_dummy_call" gdbarch method. */
+/* Implement the "push_dummy_code" gdbarch method. */
static CORE_ADDR
mips_push_dummy_code (struct gdbarch *gdbarch, CORE_ADDR sp,