[clang-format] Fix typo in comment, NFCI

llvm-svn: 343513
This commit is contained in:
Krasimir Georgiev 2018-10-01 18:18:00 +00:00
parent 50a46a5961
commit 54ff0df2dc
1 changed files with 1 additions and 1 deletions

View 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;