diff options
author | Nick Clifton <nickc@redhat.com> | 2013-01-07 15:10:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-01-07 15:10:18 +0000 |
commit | f1a133ffb8d8d1c1c2a35cb5e71d1f22712d757c (patch) | |
tree | a3eec81df5cfb6b301af338f52b51e92642a461d /opcodes/cr16-dis.c | |
parent | 73335eaedfb1e1129d76e7b2a6ecea6984ac6aa9 (diff) | |
download | gdb-f1a133ffb8d8d1c1c2a35cb5e71d1f22712d757c.zip gdb-f1a133ffb8d8d1c1c2a35cb5e71d1f22712d757c.tar.gz gdb-f1a133ffb8d8d1c1c2a35cb5e71d1f22712d757c.tar.bz2 |
oops - typo correction.
Diffstat (limited to 'opcodes/cr16-dis.c')
-rw-r--r-- | opcodes/cr16-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |