]> granicus.if.org Git - clang/commitdiff
Fix comment to match name of variable.
authorNick Lewycky <nicholas@mxc.ca>
Sun, 22 Sep 2013 10:07:22 +0000 (10:07 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 22 Sep 2013 10:07:22 +0000 (10:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191171 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/ExprConstant.cpp

index 0fb6d4276108d7a1514dcefefca1a48d1e8b50f4..fc35f49baa23e9072ee3c5335812f9a6aaa14e66 100644 (file)
@@ -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;