Fix typo in comment.

llvm-svn: 229432
This commit is contained in:
Nico Weber 2015-02-16 21:21:12 +00:00
parent 49df44e2e2
commit 457355fd37

View File

@ -1531,7 +1531,7 @@ Parser::ParsePostfixExpressionSuffix(ExprResult LHS) {
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