Fix r248164. [-Wdocumentation]
[oota-llvm.git] / include / llvm / Target / TargetInstrInfo.h
index a6d59de5ad5371e125a1080487729b50c7804177..b76466c355fc1d9f7db0f2a153b2a4e628a2fb39 100644 (file)
@@ -724,7 +724,7 @@ public:
   /// order since the pattern evaluator stops checking as soon as it finds a
   /// faster sequence.
   /// \param Root - Instruction that could be combined with one of its operands
-  /// \param Pattern - Vector of possible combination patterns
+  /// \param Patterns - Vector of possible combination patterns
   virtual bool getMachineCombinerPatterns(
       MachineInstr &Root,
       SmallVectorImpl<MachineCombinerPattern::MC_PATTERN> &Patterns) const;