* d30v-dis.c: Fix a comment typo.
authorKazu Hirata <kazu@codesourcery.com>
Mon, 29 Oct 2001 22:43:32 +0000 (22:43 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Mon, 29 Oct 2001 22:43:32 +0000 (22:43 +0000)
opcodes/ChangeLog
opcodes/d30v-dis.c

index b211d385c3bcd8724f273e34d324c755cf8dcb3f..0ae53ad706e0b8dad6297aac24ff4e0ce5915dca 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-29  Kazu Hirata  <kazu@hxi.com>
+
+       * d30v-dis.c: Fix a comment typo.
+
 2001-10-23  Chris Demetriou  <cgd@broadcom.com>
 
        * mips-opc.c (mips_builtin_opcodes): Mark "bgezall" and
index f8c5c60646de737510e3d7df2fd9045b868860a1..c6c3f746001d0173a47a9b0526acab391981dc07 100644 (file)
@@ -314,7 +314,7 @@ print_insn (info, memaddr, num, insn, is_long, show_ext)
        }
       /* repeati has a relocation, but its first argument is a plain
         immediate.  OTOH instructions like djsri have a pc-relative
-        delay target, but a absolute jump target.  Therefore, a test
+        delay target, but an absolute jump target.  Therefore, a test
         of insn->op->reloc_flag is not specific enough; we must test
         if the actual operand we are handling now is pc-relative.  */
       else if (oper->flags & OPERAND_PCREL)
This page took 0.043351 seconds and 4 git commands to generate.