oops - typo correction.
authorNick Clifton <nickc@redhat.com>
Mon, 7 Jan 2013 15:10:18 +0000 (15:10 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 7 Jan 2013 15:10:18 +0000 (15:10 +0000)
opcodes/cr16-dis.c

index c8cf3a397cc8973d56925d8983715df0e8786e47..73952c55208b2a7440ab867b38e5e62074edb214 100644 (file)
@@ -318,7 +318,7 @@ int
 cr16_match_opcode (void)
 {
   unsigned long mask;
-  /* The instruction 'constant' opcode doewsn't exceed 32 bits.  */
+  /* The instruction 'constant' opcode doesn't exceed 32 bits.  */
   unsigned long doubleWord = (cr16_words[1]
                             + (cr16_words[0] << 16)) & 0xffffffff;
 
This page took 0.049836 seconds and 4 git commands to generate.