gdb/
[deliverable/binutils-gdb.git] / 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.02325 seconds and 4 git commands to generate.