oops - typo correction.

This commit is contained in:
Nick Clifton 2013-01-07 15:10:18 +00:00
parent 73335eaedf
commit f1a133ffb8
1 changed files with 1 additions and 1 deletions

View 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;