mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix typos.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user