summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprConstant.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2013-09-22 10:07:22 +0000
committerNick Lewycky <nicholas@mxc.ca>2013-09-22 10:07:22 +0000
commite2b2caaded1dd823e8939d70ac6f51e90d40eaf6 (patch)
treec4f5cd17f4f902db06ea7807cb9a48bbc9dcb00a /clang/lib/AST/ExprConstant.cpp
parent0f29289bb490fb43c368895095f58cbd45580a6a (diff)
downloadbcm5719-llvm-e2b2caaded1dd823e8939d70ac6f51e90d40eaf6.tar.gz
bcm5719-llvm-e2b2caaded1dd823e8939d70ac6f51e90d40eaf6.zip
Fix comment to match name of variable.
llvm-svn: 191171
Diffstat (limited to 'clang/lib/AST/ExprConstant.cpp')
-rw-r--r--clang/lib/AST/ExprConstant.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ExprConstant.cpp b/clang/lib/AST/ExprConstant.cpp
index 0fb6d427610..fc35f49baa2 100644
--- a/clang/lib/AST/ExprConstant.cpp
+++ b/clang/lib/AST/ExprConstant.cpp
@@ -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;
OpenPOWER on IntegriCloud