Fix typo in comment.
authorJay Foad <jay.foad@gmail.com>
Tue, 15 Nov 2011 07:50:05 +0000 (07:50 +0000)
committerJay Foad <jay.foad@gmail.com>
Tue, 15 Nov 2011 07:50:05 +0000 (07:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@144633 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMInstrInfo.td

index 770703c45b0fc23955c8d85fc55a4edb4c5043f2..db764120af0a95110eeeec6fbb0689daa0266b21 100644 (file)
@@ -1555,7 +1555,7 @@ PseudoInst<(outs), (ins i32imm:$amt, pred:$p), NoItinerary,
 }
 
 // Atomic pseudo-insts which will be lowered to ldrexd/strexd loops.
-// (These psuedos use a hand-written selection code).
+// (These pseudos use a hand-written selection code).
 let usesCustomInserter = 1, Defs = [CPSR], mayLoad = 1, mayStore = 1 in {
 def ATOMOR6432   : PseudoInst<(outs GPR:$dst1, GPR:$dst2),
                               (ins GPR:$addr, GPR:$src1, GPR:$src2),