forked from OSchip/llvm-project
[clang-format] Fix typo in comment, NFCI
llvm-svn: 343513
This commit is contained in:
parent
50a46a5961
commit
54ff0df2dc
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue