Fix various typos and missing whitespace.

This commit is contained in:
Ryan Mansfield
2021-10-21 09:02:25 -07:00
parent 9415becb10
commit 3fc77627a7
4 changed files with 7 additions and 7 deletions

View File

@@ -1155,7 +1155,7 @@ static bool ParseSearchPathArgs(SearchPathOptions &Opts,
Opts.DisableModulesValidateSystemDependencies |=
Args.hasArg(OPT_disable_modules_validate_system_headers);
if (const Arg *A = Args.getLastArg(OPT_explict_swift_module_map))
if (const Arg *A = Args.getLastArg(OPT_explicit_swift_module_map))
Opts.ExplicitSwiftModuleMap = A->getValue();
for (auto A: Args.filtered(OPT_candidate_module_file)) {
Opts.CandidateCompiledModules.push_back(resolveSearchPath(A->getValue()));