* mips-tdep.c (mips_push_dummy_code): Correct description typo.
authorMaciej W. Rozycki <macro@linux-mips.org>
Mon, 14 May 2012 09:32:03 +0000 (09:32 +0000)
committerMaciej W. Rozycki <macro@linux-mips.org>
Mon, 14 May 2012 09:32:03 +0000 (09:32 +0000)
gdb/ChangeLog
gdb/mips-tdep.c

index 67703be..2c31c3d 100644 (file)
@@ -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
index ebf7c48..d68782c 100644 (file)
@@ -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,