This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[patch] Fix a comment typo in opcodes/d30v-dis.c.


Hi,

Attached is a patch to fix a comment typo in opcodes/d30v-dis.c.
Committed as obvious.

Thanks,

Kazu Hirata

2001-10-29  Kazu Hirata  <kazu@hxi.com>

	* d30v-dis.c: Fix a comment typo.

Index: d30v-dis.c
===================================================================
RCS file: /cvs/src/src/opcodes/d30v-dis.c,v
retrieving revision 1.5
diff -u -r1.5 d30v-dis.c
--- d30v-dis.c	2001/07/25 01:42:14	1.5
+++ d30v-dis.c	2001/10/29 22:40:33
@@ -314,7 +314,7 @@
 	}
       /* 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)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]