diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2013-09-22 10:07:22 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2013-09-22 10:07:22 +0000 |
commit | e2b2caaded1dd823e8939d70ac6f51e90d40eaf6 (patch) | |
tree | c4f5cd17f4f902db06ea7807cb9a48bbc9dcb00a /clang/lib/AST/ExprConstant.cpp | |
parent | 0f29289bb490fb43c368895095f58cbd45580a6a (diff) | |
download | bcm5719-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.cpp | 2 |
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; |