From: Krasimir Georgiev Date: Mon, 1 Oct 2018 18:18:00 +0000 (+0000) Subject: [clang-format] Fix typo in comment, NFCI X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=541d32af7cdd116fbc324a53974f58b275396ff2;p=clang [clang-format] Fix typo in comment, NFCI git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@343513 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Format/FormatToken.h b/lib/Format/FormatToken.h index 3733b888dd..28757c25dc 100644 --- a/lib/Format/FormatToken.h +++ b/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;