File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ extension Swift2JavaTranslator {
3939 printFuncDowncallMethod ( & printer, decl)
4040 }
4141
42- /// Printer FFM Java binding descriptors for the imported Swift API.
42+ /// Print FFM Java binding descriptors for the imported Swift API.
4343 func printJavaBindingDescriptorClass(
4444 _ printer: inout CodePrinter ,
4545 _ decl: ImportedFunc
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ struct SwiftThunkTranslator {
116116 self . st = st
117117 }
118118
119- func renderGlobalThunks( ) -> [ DeclSyntax ] {
119+ func renderGlobalThunks( ) -> [ DeclSyntax ] {
120120 var decls : [ DeclSyntax ] = [ ]
121121 decls. reserveCapacity (
122122 st. importedGlobalVariables. count + st. importedGlobalFuncs. count
You can’t perform that action at this time.
0 commit comments