summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorKrasimir Georgiev <krasimir@google.com>2018-10-01 18:18:00 +0000
committerKrasimir Georgiev <krasimir@google.com>2018-10-01 18:18:00 +0000
commit54ff0df2dce2d658392f754214637033e5f7b5cc (patch)
tree09b6d2265f91b483052662e9ffb81215e0896e1e /clang/lib
parent50a46a59615afaa3af74c5599156610f3b10ad41 (diff)
downloadbcm5719-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.h2
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;
OpenPOWER on IntegriCloud