Skip to content

Commit 0ab1951

Browse files
committed
Merge pull request #85 from iMartinKiss/master
Fix spelling of “file”
2 parents f44f4a5 + b2ed2af commit 0ab1951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/lib/SwiftLang/SwiftIndexing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ void SwiftLangSupport::indexSource(StringRef InputFile,
10951095
CI.performSema();
10961096

10971097
// NOTE: performSema() may end up with some gruesome error preventing it from
1098-
// setting primary flie correctly
1098+
// setting primary file correctly
10991099
if (!CI.getPrimarySourceFile()) {
11001100
IdxConsumer.failed("no primary source file found");
11011101
return;

0 commit comments

Comments
 (0)