Skip to content

Commit 5fd28e4

Browse files
committed
[NFC][M68k] Fix typo
1 parent 8b01b63 commit 5fd28e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/M68k/M68kInstrArithmetic.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class MxBiArOp_R_RI_xEA<string MN, SDNode NODE, MxType TYPE, bits<4> CMD>
138138
}
139139

140140
// Again, there are two ways to write an immediate to Dn register either dEA
141-
// opmode or using *I encoding, and again some instrucitons also support address
141+
// opmode or using *I encoding, and again some instructions also support address
142142
// registers some do not.
143143
class MxBiArOp_R_RI<string MN, SDNode NODE, MxType TYPE, bits<4> CMD>
144144
: MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd),

0 commit comments

Comments
 (0)