Fix typos.

This commit is contained in:
practicalswift
2015-12-24 14:26:57 +01:00
parent 800821f980
commit 4ff12be924
4 changed files with 4 additions and 4 deletions

View File

@@ -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;