summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2011-01-06 19:24:32 +0000
committerBob Wilson <bob.wilson@apple.com>2011-01-06 19:24:32 +0000
commit0fef58465cb3a54922b65da01b69bec98f43e36f (patch)
tree58df10ef6d07c539d36049c1b70bb08313ca36b6 /lib
parentfa366800766d71e00ac1cc3adf623bef06800d0d (diff)
downloadllvm-0fef58465cb3a54922b65da01b69bec98f43e36f.tar.gz
llvm-0fef58465cb3a54922b65da01b69bec98f43e36f.tar.bz2
llvm-0fef58465cb3a54922b65da01b69bec98f43e36f.tar.xz
Fix comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122968 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM/ARMInstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMInstrInfo.td b/lib/Target/ARM/ARMInstrInfo.td
index 0be59ae080..bd2e42b617 100644
--- a/lib/Target/ARM/ARMInstrInfo.td
+++ b/lib/Target/ARM/ARMInstrInfo.td
@@ -1836,7 +1836,7 @@ defm STM : arm_ldst_mult<"stm", 0, LdStMulFrm, IIC_iStore_m, IIC_iStore_mu>;
} // neverHasSideEffects
-// Load / Store Multiple Mnemnoic Aliases
+// Load / Store Multiple Mnemonic Aliases
def : MnemonicAlias<"ldm", "ldmia">;
def : MnemonicAlias<"stm", "stmia">;