Fix spelling

This commit is contained in:
Martin Kiss
2015-12-03 20:55:43 +01:00
parent f44f4a5a35
commit b2ed2af54a

View File

@@ -1095,7 +1095,7 @@ void SwiftLangSupport::indexSource(StringRef InputFile,
CI.performSema();
// NOTE: performSema() may end up with some gruesome error preventing it from
// setting primary flie correctly
// setting primary file correctly
if (!CI.getPrimarySourceFile()) {
IdxConsumer.failed("no primary source file found");
return;