summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2012-05-14 09:32:02 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2012-05-14 09:32:02 +0000
commit6e456a5234aa257cdb73135ad8e4a865b7d87abb (patch)
tree72c734693da68f6cb17b6dac9d1d793ee612e3d4
parent334b3111006df64f989815aacd73866415a45eda (diff)
downloadgdb-6e456a5234aa257cdb73135ad8e4a865b7d87abb.tar.gz
* mips-tdep.c (mips_push_dummy_code): Correct description typo.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/mips-tdep.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 67703bebd4b..2c31c3d61f6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2012-05-14 Maciej W. Rozycki <macro@codesourcery.com>
+
+ * mips-tdep.c (mips_push_dummy_code): Correct description typo.
+
2012-05-14 Siva Chandra Reddy <sivachandra@google.com>
* python/python.c (gdbpy_find_pc_line): Use ULONGEST instead of
diff --git a/gdb/mips-tdep.c b/gdb/mips-tdep.c
index ebf7c48451e..d68782ca697 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,