@@ -508,7 +508,7 @@ static llvm::cl::opt<bool> CodeCompletionAddCallWithNoDefaultArgs(
508
508
509
509
static llvm::cl::list<std::string>
510
510
ConformingMethodListExpectedTypes (" 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" ),
512
512
llvm::cl::cat(Category));
513
513
514
514
// '-syntax-coloring' options.
@@ -3049,7 +3049,7 @@ static int doPrintModules(const CompilerInvocation &InitInvok,
3049
3049
registerIDERequestFunctions (CI.getASTContext ().evaluator );
3050
3050
auto &Context = CI.getASTContext ();
3051
3051
3052
- // Load implict imports so that Clang importer can use it.
3052
+ // Load implicit imports so that Clang importer can use it.
3053
3053
for (auto unloadedImport :
3054
3054
CI.getMainModule ()->getImplicitImportInfo ().AdditionalUnloadedImports ) {
3055
3055
(void )Context.getModule (unloadedImport.module .getModulePath ());
@@ -3116,7 +3116,7 @@ static int doPrintHeaders(const CompilerInvocation &InitInvok,
3116
3116
registerIDERequestFunctions (CI.getASTContext ().evaluator );
3117
3117
auto &Context = CI.getASTContext ();
3118
3118
3119
- // Load implict imports so that Clang importer can use it.
3119
+ // Load implicit imports so that Clang importer can use it.
3120
3120
for (auto unloadedImport :
3121
3121
CI.getMainModule ()->getImplicitImportInfo ().AdditionalUnloadedImports ) {
3122
3122
(void )Context.getModule (unloadedImport.module .getModulePath ());
0 commit comments