* cr16-opc.c (cr16_instruction): Fix typo in comment.
authorNick Clifton <nickc@redhat.com>
Tue, 6 Apr 2010 15:41:43 +0000 (15:41 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 6 Apr 2010 15:41:43 +0000 (15:41 +0000)
opcodes/ChangeLog
opcodes/cr16-opc.c

index 777b9f394755e8a6ed2e3521f40f24e4cdf9f8b0..17d5e20be64992666d014d52d7901ff60ccaed91 100644 (file)
@@ -1,3 +1,7 @@
+2010-04-02  Masaki Muranaka  <monaka@monami-software.com>
+
+       * cr16-opc.c (cr16_instruction): Fix typo in comment.
+
 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
 
        * Makefile.am (TARGET_LIBOPCODES_CFILES): Add tic6x-dis.c.
index fed2ea13b23e7553cd6a283cbb144ff41fb8c3ae..059794f07e8b5e9a0541775185205d040c8e5208 100644 (file)
@@ -1,5 +1,5 @@
 /* cr16-opc.c -- Table of opcodes for the CR16 processor.
-   Copyright 2007, 2008 Free Software Foundation, Inc.
+   Copyright 2007, 2008, 2010  Free Software Foundation, Inc.
    Contributed by M R Swami Reddy (MR.Swami.Reddy@nsc.com)
 
    This file is part of the GNU opcodes library.
@@ -34,7 +34,7 @@ const inst cr16_instruction[] =
   /* opc8 r r */                                                     \
   {NAME, 1, OPC+0x1, 24, ARITH_BYTE_INS, {{regr,20}, {regr,16}}}
 
-/* for Logincal operations, allow unsinged imm16 also */
+/* For Logical 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}}}
This page took 0.026299 seconds and 4 git commands to generate.