r191171 - Fix comment to match name of variable.

Nick Lewycky nicholas at mxc.ca
Sun Sep 22 03:07:22 PDT 2013


Author: nicholas
Date: Sun Sep 22 05:07:22 2013
New Revision: 191171

URL: http://llvm.org/viewvc/llvm-project?rev=191171&view=rev
Log:
Fix comment to match name of variable.

Modified:
    cfe/trunk/lib/AST/ExprConstant.cpp

Modified: cfe/trunk/lib/AST/ExprConstant.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/ExprConstant.cpp?rev=191171&r1=191170&r2=191171&view=diff
==============================================================================
--- cfe/trunk/lib/AST/ExprConstant.cpp (original)
+++ cfe/trunk/lib/AST/ExprConstant.cpp Sun Sep 22 05:07:22 2013
@@ -302,7 +302,7 @@ namespace {
     /// This - The binding for the this pointer in this call, if any.
     const LValue *This;
 
-    /// ParmBindings - Parameter bindings for this function call, indexed by
+    /// Arguments - Parameter bindings for this function call, indexed by
     /// parameters' function scope indices.
     APValue *Arguments;
 





More information about the cfe-commits mailing list