mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix typos.
This commit is contained in:
@@ -678,7 +678,7 @@ static void collectModuleDependencies(Module *TopMod,
|
||||
Module *Mod = Import.second;
|
||||
if (Mod->isSystemModule())
|
||||
continue;
|
||||
// FIXME: Setup dependecies on the included headers.
|
||||
// FIXME: Setup dependencies on the included headers.
|
||||
if (ClangModuleLoader &&
|
||||
Mod == ClangModuleLoader->getImportedHeaderModule())
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user