diff options
| author | Krasimir Georgiev <krasimir@google.com> | 2018-10-01 18:18:00 +0000 |
|---|---|---|
| committer | Krasimir Georgiev <krasimir@google.com> | 2018-10-01 18:18:00 +0000 |
| commit | 54ff0df2dce2d658392f754214637033e5f7b5cc (patch) | |
| tree | 09b6d2265f91b483052662e9ffb81215e0896e1e /clang/lib | |
| parent | 50a46a59615afaa3af74c5599156610f3b10ad41 (diff) | |
| download | bcm5719-llvm-54ff0df2dce2d658392f754214637033e5f7b5cc.tar.gz bcm5719-llvm-54ff0df2dce2d658392f754214637033e5f7b5cc.zip | |
[clang-format] Fix typo in comment, NFCI
llvm-svn: 343513
Diffstat (limited to 'clang/lib')
| -rw-r--r-- | clang/lib/Format/FormatToken.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/FormatToken.h b/clang/lib/Format/FormatToken.h index 3733b888dd5..28757c25dc8 100644 --- a/clang/lib/Format/FormatToken.h +++ b/clang/lib/Format/FormatToken.h @@ -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; |

