diff options
author | Malcolm Parsons <malcolm.parsons@gmail.com> | 2017-01-11 11:23:22 +0000 |
---|---|---|
committer | Malcolm Parsons <malcolm.parsons@gmail.com> | 2017-01-11 11:23:22 +0000 |
commit | ffd21d39612eb1bc2fa6c1ce261752d454a661ad (patch) | |
tree | 64be8c16ff2e1edc3eca207c82eb678657b4e7b2 /clang/lib | |
parent | 2ded25297f7817f7ff149e98b01f1145f80accdf (diff) | |
download | bcm5719-llvm-ffd21d39612eb1bc2fa6c1ce261752d454a661ad.tar.gz bcm5719-llvm-ffd21d39612eb1bc2fa6c1ce261752d454a661ad.zip |
Remove repeated word in comment (NFC)
llvm-svn: 291667
Diffstat (limited to 'clang/lib')
-rw-r--r-- | clang/lib/Parse/ParseExprCXX.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Parse/ParseExprCXX.cpp b/clang/lib/Parse/ParseExprCXX.cpp index ca1b3b1ad01..545ab36c133 100644 --- a/clang/lib/Parse/ParseExprCXX.cpp +++ b/clang/lib/Parse/ParseExprCXX.cpp @@ -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; |