Fix typos.

This commit is contained in:
practicalswift
2015-12-28 18:30:15 +01:00
parent 58e7032703
commit 021a186c23
6 changed files with 6 additions and 6 deletions

View File

@@ -472,7 +472,7 @@ void swift::ide::printSwiftSourceInterface(SourceFile &File,
ASTPrinter &Printer,
const PrintOptions &Options) {
// We print all comments before the fist line of Swift code.
// We print all comments before the first line of Swift code.
printUntilFirstDeclStarts(File, Printer);
File.print(Printer, Options);
}