Index: ChangeLog =================================================================== RCS file: /cvs/src/src/opcodes/ChangeLog,v retrieving revision 1.1576 diff -u -r1.1576 ChangeLog --- ChangeLog 25 Mar 2010 21:12:34 -0000 1.1576 +++ ChangeLog 2 Apr 2010 00:26:56 -0000 @@ -1,3 +1,8 @@ +2010-04-02 Masaki Muranaka + + * cr16-opc.c: + (cr16_instruction): Fix typo in comment + 2010-03-25 Joseph Myers * Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c. Index: cr16-opc.c =================================================================== RCS file: /cvs/src/src/opcodes/cr16-opc.c,v retrieving revision 1.4 diff -u -r1.4 cr16-opc.c --- cr16-opc.c 18 Feb 2008 13:46:45 -0000 1.4 +++ cr16-opc.c 2 Apr 2010 00:26:56 -0000 @@ -34,7 +34,7 @@ /* opc8 r r */ \ {NAME, 1, OPC+0x1, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}} -/* for Logincal operations, allow unsinged imm16 also */ +/* for Logincal operations, allow unsigned imm16 also */ #define ARITH1_BYTE_INST(NAME, OPC, OP1) \ /* opc8 imm16 r */ \ {NAME, 2, (OPC<<4)+0xB, 20, ARITH_BYTE_INS, {{OP1,0}, {regr,16}}}