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 {
39
39
printFuncDowncallMethod ( & printer, decl)
40
40
}
41
41
42
- /// Printer FFM Java binding descriptors for the imported Swift API.
42
+ /// Print FFM Java binding descriptors for the imported Swift API.
43
43
func printJavaBindingDescriptorClass(
44
44
_ printer: inout CodePrinter ,
45
45
_ decl: ImportedFunc
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ struct SwiftThunkTranslator {
116
116
self . st = st
117
117
}
118
118
119
- func renderGlobalThunks( ) -> [ DeclSyntax ] {
119
+ func renderGlobalThunks( ) -> [ DeclSyntax ] {
120
120
var decls : [ DeclSyntax ] = [ ]
121
121
decls. reserveCapacity (
122
122
st. importedGlobalVariables. count + st. importedGlobalFuncs. count
You can’t perform that action at this time.
0 commit comments