[llvm-commits] [llvm] r134559 - /llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp

Devang Patel dpatel at apple.com
Wed Jul 6 16:09:51 PDT 2011


Author: dpatel
Date: Wed Jul  6 18:09:51 2011
New Revision: 134559

URL: http://llvm.org/viewvc/llvm-project?rev=134559&view=rev
Log:
Typo.

Modified:
    llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp

Modified: llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp?rev=134559&r1=134558&r2=134559&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp (original)
+++ llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp Wed Jul  6 18:09:51 2011
@@ -123,7 +123,7 @@
   /// 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;
   }





More information about the llvm-commits mailing list