summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseExpr.cpp
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2015-02-16 21:21:12 +0000
committerNico Weber <nicolasweber@gmx.de>2015-02-16 21:21:12 +0000
commit457355fd37e7a5c6ae8156d9cc6b10e23bc478da (patch)
treedcf29d64e4d0aea445950ca602e67986d6a50b8a /clang/lib/Parse/ParseExpr.cpp
parent49df44e2e2f12526a48f2d4dcffd975a25b49558 (diff)
downloadbcm5719-llvm-457355fd37e7a5c6ae8156d9cc6b10e23bc478da.tar.gz
bcm5719-llvm-457355fd37e7a5c6ae8156d9cc6b10e23bc478da.zip
Fix typo in comment.
llvm-svn: 229432
Diffstat (limited to 'clang/lib/Parse/ParseExpr.cpp')
-rw-r--r--clang/lib/Parse/ParseExpr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Parse/ParseExpr.cpp b/clang/lib/Parse/ParseExpr.cpp
index 003d48d0c5a..4183ae4d3b3 100644
--- a/clang/lib/Parse/ParseExpr.cpp
+++ b/clang/lib/Parse/ParseExpr.cpp
@@ -1524,14 +1524,14 @@ Parser::ParsePostfixExpressionSuffix(ExprResult LHS) {
cutOffParsing();
return ExprError();
}
-
+
if (MayBePseudoDestructor && !LHS.isInvalid()) {
LHS = ParseCXXPseudoDestructor(LHS.get(), OpLoc, OpKind, SS,
ObjectType);
break;
}
- // Either the action has told is that this cannot be a
+ // Either the action has told us that this cannot be a
// pseudo-destructor expression (based on the type of base
// expression), or we didn't see a '~' in the right place. We
// can still parse a destructor name here, but in that case it
OpenPOWER on IntegriCloud