diff options
Diffstat (limited to 'opcodes/cr16-opc.c')
-rw-r--r-- | opcodes/cr16-opc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/cr16-opc.c b/opcodes/cr16-opc.c index 1875379..b477dbe 100644 --- a/opcodes/cr16-opc.c +++ b/opcodes/cr16-opc.c @@ -276,7 +276,7 @@ const inst cr16_instruction[] = {"storm", 1, 0x16, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}}, {"stormp", 1, 0x17, 19, NO_TYPE_INS | REG_LIST, {{uimm3_1,16}}}, - /* Processor Regsiter Manipulation instructions */ + /* Processor Register Manipulation instructions */ /* opc16 reg, preg */ {"lpr", 2, 0x00140, 12, NO_TYPE_INS, {{regr,0}, {pregr,4}}}, /* opc16 regp, pregp */ |