]> granicus.if.org Git - clang/commitdiff
Fix typo in comment.
authorNico Weber <nicolasweber@gmx.de>
Mon, 16 Feb 2015 21:21:12 +0000 (21:21 +0000)
committerNico Weber <nicolasweber@gmx.de>
Mon, 16 Feb 2015 21:21:12 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@229432 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExpr.cpp

index 003d48d0c5a8cfaa47f54831ee4890ae0c10d30c..4183ae4d3b303f513d462dbd736bc13d03cd69c1 100644 (file)
@@ -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