summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-11-20 19:18:33 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-11-20 19:18:33 +0000
commitc179c39ed1985161050f19d695a72f621c695e14 (patch)
treeedd95da2b36f14390b374123c9b97db347c97d02 /llvm/lib
parentf953e4b881197bfeb959a61dc01bc20d9d88a513 (diff)
downloadbcm5719-llvm-c179c39ed1985161050f19d695a72f621c695e14.tar.gz
bcm5719-llvm-c179c39ed1985161050f19d695a72f621c695e14.zip
Fix spelling in comment. NFCI.
llvm-svn: 318687
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrFMA.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrFMA.td b/llvm/lib/Target/X86/X86InstrFMA.td
index b1f5d448757..753351b7dc4 100644
--- a/llvm/lib/Target/X86/X86InstrFMA.td
+++ b/llvm/lib/Target/X86/X86InstrFMA.td
@@ -15,7 +15,7 @@
// FMA3 - Intel 3 operand Fused Multiply-Add instructions
//===----------------------------------------------------------------------===//
-// For all FMA opcodes declared in fma3p_rm_* and fma3s_rm_* milticlasses
+// For all FMA opcodes declared in fma3p_rm_* and fma3s_rm_* multiclasses
// defined below, both the register and memory variants are commutable.
// For the register form the commutable operands are 1, 2 and 3.
// For the memory variant the folded operand must be in 3. Thus,
OpenPOWER on IntegriCloud