]> granicus.if.org Git - clang/commitdiff
Fix comment typo
authorJan Korous <jkorous@apple.com>
Thu, 2 Nov 2017 16:37:00 +0000 (16:37 +0000)
committerJan Korous <jkorous@apple.com>
Thu, 2 Nov 2017 16:37:00 +0000 (16:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@317216 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Parse/ParseExprCXX.cpp

index a640439b8f31856d17b91a47ae6fc994bc0c4431..ce6aa64de6a892a7fab28efe59da755516818c82 100644 (file)
@@ -249,7 +249,7 @@ bool Parser::ParseOptionalCXXScopeSpecifier(CXXScopeSpec &SS,
 
       if (Tok.is(tok::code_completion)) {
         // Code completion for a nested-name-specifier, where the code
-        // code completion token follows the '::'.
+        // completion token follows the '::'.
         Actions.CodeCompleteQualifiedId(getCurScope(), SS, EnteringContext);
         // Include code completion token into the range of the scope otherwise
         // when we try to annotate the scope tokens the dangling code completion