Typo.
authorDevang Patel <dpatel@apple.com>
Wed, 6 Jul 2011 23:09:51 +0000 (23:09 +0000)
committerDevang Patel <dpatel@apple.com>
Wed, 6 Jul 2011 23:09:51 +0000 (23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134559 91177308-0d34-0410-b5e6-96231b3b80d8

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;
   }