]> granicus.if.org Git - clang/commitdiff
[clang-format] Fix typo in comment, NFCI
authorKrasimir Georgiev <krasimir@google.com>
Mon, 1 Oct 2018 18:18:00 +0000 (18:18 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Mon, 1 Oct 2018 18:18:00 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343513 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/FormatToken.h

index 3733b888dd52889b5937448bcbb261f43fe37569..28757c25dc8c3a890810c028f741008c2209bf31 100644 (file)
@@ -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;