Typo.
[oota-llvm.git] / lib / CodeGen / LiveDebugVariables.cpp
index 292928f8e787290498ca4c43b8634a1a4b4e5288..5d38c83b49c27a972d5b92ace6d70b2131987663 100644 (file)
@@ -123,7 +123,7 @@ public:
   /// getNext - Return the next UserValue in the equivalence class.
   UserValue *getNext() const { return next; }
 
-  /// match - Does this UserValue match the aprameters?
+  /// match - Does this UserValue match the parameters?
   bool match(const MDNode *Var, unsigned Offset) const {
     return Var == variable && Offset == offset;
   }