summaryrefslogtreecommitdiff
path: root/opcodes
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-01-07 15:10:18 +0000
committerNick Clifton <nickc@redhat.com>2013-01-07 15:10:18 +0000
commit69d8157a1a714de6768fbdc44fc656eda6d0998a (patch)
treea2c04a524e1e74bfc268c063a0ffbe4946e53d71 /opcodes
parent74f9c4621d8e80d94c2fcd5f0f29a11cea2544d8 (diff)
downloadbinutils-redhat-69d8157a1a714de6768fbdc44fc656eda6d0998a.tar.gz
oops - typo correction.
Diffstat (limited to 'opcodes')
-rw-r--r--opcodes/cr16-dis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cr16-dis.c b/opcodes/cr16-dis.c
index c8cf3a397c..73952c5520 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;