[llvm] 5fd28e4 - [NFC][M68k] Fix typo

via llvm-commits llvm-commits at lists.llvm.org
Sat Feb 12 21:10:21 PST 2022


Author: Sheng
Date: 2022-02-13T13:10:11+08:00
New Revision: 5fd28e4de1ab365b615c4662a4aadf24f379cde5

URL: https://github.com/llvm/llvm-project/commit/5fd28e4de1ab365b615c4662a4aadf24f379cde5
DIFF: https://github.com/llvm/llvm-project/commit/5fd28e4de1ab365b615c4662a4aadf24f379cde5.diff

LOG: [NFC][M68k] Fix typo

Added: 
    

Modified: 
    llvm/lib/Target/M68k/M68kInstrArithmetic.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/M68k/M68kInstrArithmetic.td b/llvm/lib/Target/M68k/M68kInstrArithmetic.td
index a8d29f64c7a8..72b33ad68ed8 100644
--- a/llvm/lib/Target/M68k/M68kInstrArithmetic.td
+++ b/llvm/lib/Target/M68k/M68kInstrArithmetic.td
@@ -138,7 +138,7 @@ class MxBiArOp_R_RI_xEA<string MN, SDNode NODE, MxType TYPE, bits<4> CMD>
 }
 
 // Again, there are two ways to write an immediate to Dn register either dEA
-// opmode or using *I encoding, and again some instrucitons also support address
+// opmode or using *I encoding, and again some instructions also support address
 // registers some do not.
 class MxBiArOp_R_RI<string MN, SDNode NODE, MxType TYPE, bits<4> CMD>
     : MxInst<(outs TYPE.ROp:$dst), (ins TYPE.ROp:$src, TYPE.IOp:$opd),


        


More information about the llvm-commits mailing list