2006-05-31 Michael Snyder <msnyder@redhat.com>
authorMichael Snyder <msnyder@vmware.com>
Wed, 31 May 2006 23:15:50 +0000 (23:15 +0000)
committerMichael Snyder <msnyder@vmware.com>
Wed, 31 May 2006 23:15:50 +0000 (23:15 +0000)
* mips-tdep.c: Comment tweaks.

gdb/ChangeLog
gdb/mips-tdep.c

index f2fb40061a6b69df01eaa98c09de9b302147ff22..08dbf7627920409d48c7a84496e1b59ef986e19b 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-31  Michael Snyder  <msnyder@redhat.com>
+
+       * mips-tdep.c: Comment tweaks.
+
 2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * Makefile.in (top_builddir): Update comments.
index 6150f3834286af5c4289ec365622f7c16e8c9880..ea6067c4641bedec39631bc1c9b5b4e7b05e4e6b 100644 (file)
@@ -887,8 +887,8 @@ mips32_relative_offset (ULONGEST inst)
   return ((itype_immediate (inst) ^ 0x8000) - 0x8000) << 2;
 }
 
-/* Determine whate to set a single step breakpoint while considering
-   branch prediction */
+/* Determine where to set a single step breakpoint while considering
+   branch prediction */
 static CORE_ADDR
 mips32_next_pc (CORE_ADDR pc)
 {
@@ -5163,7 +5163,7 @@ mips_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
     {
       int ef_mips_arch;
       int ef_mips_32bitmode;
-      /* determine the ISA */
+      /* Determine the ISA.  */
       switch (tdep->elf_flags & EF_MIPS_ARCH)
        {
        case E_MIPS_ARCH_1:
@@ -5182,7 +5182,7 @@ mips_dump_tdep (struct gdbarch *current_gdbarch, struct ui_file *file)
          ef_mips_arch = 0;
          break;
        }
-      /* determine the size of a pointer */
+      /* Determine the size of a pointer.  */
       ef_mips_32bitmode = (tdep->elf_flags & EF_MIPS_32BITMODE);
       fprintf_unfiltered (file,
                          "mips_dump_tdep: tdep->elf_flags = 0x%x\n",
This page took 0.036508 seconds and 4 git commands to generate.