mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-02 02:38:04 +00:00
Fix typo in comment.
llvm-svn: 229432
This commit is contained in:
parent
49df44e2e2
commit
457355fd37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user