From f1a133ffb8d8d1c1c2a35cb5e71d1f22712d757c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 7 Jan 2013 15:10:18 +0000 Subject: oops - typo correction. --- opcodes/cr16-dis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opcodes/cr16-dis.c b/opcodes/cr16-dis.c index c8cf3a3..73952c5 100644 --- a/opcodes/cr16-dis.c +++ b/opcodes/cr16-dis.c @@ -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; -- cgit v1.1