r343513 - [clang-format] Fix typo in comment, NFCI

Krasimir Georgiev via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 1 11:18:00 PDT 2018


Author: krasimir
Date: Mon Oct  1 11:18:00 2018
New Revision: 343513

URL: http://llvm.org/viewvc/llvm-project?rev=343513&view=rev
Log:
[clang-format] Fix typo in comment, NFCI

Modified:
    cfe/trunk/lib/Format/FormatToken.h

Modified: cfe/trunk/lib/Format/FormatToken.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/FormatToken.h?rev=343513&r1=343512&r2=343513&view=diff
==============================================================================
--- cfe/trunk/lib/Format/FormatToken.h (original)
+++ cfe/trunk/lib/Format/FormatToken.h Mon Oct  1 11:18:00 2018
@@ -268,7 +268,7 @@ struct FormatToken {
   /// \c true if this token ends a binary expression.
   bool EndsBinaryExpression = false;
 
-  /// Is this is an operator (or "."/"->") in a sequence of operators
+  /// If this is an operator (or "."/"->") in a sequence of operators
   /// with the same precedence, contains the 0-based operator index.
   unsigned OperatorIndex = 0;
 




More information about the cfe-commits mailing list