Fix a typo 'iff' => 'if'
[oota-llvm.git] / lib / Target / ARM / ARMInstrThumb.td
index e171f8b0929577ebeae78c471b79e780e419cd69..ca3d6d7dacee3f9cc3c2c91ddf476b037f2f99d9 100644 (file)
@@ -698,7 +698,7 @@ def tLDMIA : T1I<(outs), (ins tGPR:$Rn, pred:$p, reglist:$regs, variable_ops),
 }
 
 // Writeback version is just a pseudo, as there's no encoding difference.
-// Writeback happens iff the base register is not in the destination register
+// Writeback happens if the base register is not in the destination register
 // list.
 def tLDMIA_UPD :
     InstTemplate<AddrModeNone, 0, IndexModeNone, Pseudo, GenericDomain,