[gardening] Fix recently introduced typo: "compilaiton" → "compilation"

This commit is contained in:
practicalswift
2016-04-15 20:06:25 +02:00
parent fd5602e5c0
commit 84dbeac6a3

View File

@@ -533,7 +533,7 @@ SILFunction *SILModule::hasFunction(StringRef Name, SILLinkage Linkage) {
}
// If a function exists already and it is a non-optimizing
// compilaiton, simply convert it into an external declaration,
// compilation, simply convert it into an external declaration,
// so that a compiled version from the shared library is used.
if (F->isDefinition() &&
F->getModule().getOptions().Optimization <