]> granicus.if.org Git - clang/commitdiff
Remove repeated word in comment (NFC)
authorMalcolm Parsons <malcolm.parsons@gmail.com>
Wed, 11 Jan 2017 11:23:22 +0000 (11:23 +0000)
committerMalcolm Parsons <malcolm.parsons@gmail.com>
Wed, 11 Jan 2017 11:23:22 +0000 (11:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291667 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExprCXX.cpp

index ca1b3b1ad01bbe379be6f808bb9a315094bc2cd4..545ab36c13394ce3b163be64dd4531513ef1b4fa 100644 (file)
@@ -735,7 +735,7 @@ ExprResult Parser::TryParseLambdaExpression() {
 ///        sometimes skip the initializers for init-captures and not fully
 ///        populate \p Intro. This flag will be set to \c true if we do so.
 /// \return A DiagnosticID if it hit something unexpected. The location for
-///         for the diagnostic is that of the current token.
+///         the diagnostic is that of the current token.
 Optional<unsigned> Parser::ParseLambdaIntroducer(LambdaIntroducer &Intro,
                                                  bool *SkippedInits) {
   typedef Optional<unsigned> DiagResult;