@@ -508,7 +508,7 @@ static llvm::cl::opt<bool> CodeCompletionAddCallWithNoDefaultArgs(
508508
509509static llvm::cl::list<std::string>
510510ConformingMethodListExpectedTypes (" conforming-methods-expected-types" ,
511- llvm::cl::desc (" Set expected types for comforming method list" ),
511+ llvm::cl::desc (" Set expected types for conforming method list" ),
512512 llvm::cl::cat(Category));
513513
514514// '-syntax-coloring' options.
@@ -3049,7 +3049,7 @@ static int doPrintModules(const CompilerInvocation &InitInvok,
30493049 registerIDERequestFunctions (CI.getASTContext ().evaluator );
30503050 auto &Context = CI.getASTContext ();
30513051
3052- // Load implict imports so that Clang importer can use it.
3052+ // Load implicit imports so that Clang importer can use it.
30533053 for (auto unloadedImport :
30543054 CI.getMainModule ()->getImplicitImportInfo ().AdditionalUnloadedImports ) {
30553055 (void )Context.getModule (unloadedImport.module .getModulePath ());
@@ -3116,7 +3116,7 @@ static int doPrintHeaders(const CompilerInvocation &InitInvok,
31163116 registerIDERequestFunctions (CI.getASTContext ().evaluator );
31173117 auto &Context = CI.getASTContext ();
31183118
3119- // Load implict imports so that Clang importer can use it.
3119+ // Load implicit imports so that Clang importer can use it.
31203120 for (auto unloadedImport :
31213121 CI.getMainModule ()->getImplicitImportInfo ().AdditionalUnloadedImports ) {
31223122 (void )Context.getModule (unloadedImport.module .getModulePath ());
0 commit comments