File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ struct MyError : ErrorType {
14
14
}
15
15
}
16
16
17
- // We need a reabstruction thunk to convert from direct args/result to indirect
17
+ // We need a reabstraction thunk to convert from direct args/result to indirect
18
18
// args/result, which is expected in the returned closure.
19
19
20
20
// CHECK-LABEL: sil shared [noinline] @_TTSg5Si___TF4test16generic_get_funcurFTxSb_Fxx : $@convention(thin) (Int, Bool) -> @owned @callee_owned (@in Int) -> @out Int {
@@ -85,7 +85,7 @@ func testit3(b: Bool) -> Int {
85
85
86
86
// The same three test cases again, but with throwing functions.
87
87
88
- // We need a reabstruction thunk to convert from direct args/result to indirect
88
+ // We need a reabstraction thunk to convert from direct args/result to indirect
89
89
// args/result, which is expected in the returned closure.
90
90
91
91
// CHECK-LABEL: sil shared [noinline] @_TTSg5Si___TF4test25generic_get_func_throwingurFSbFzxx : $@convention(thin) (Bool) -> @owned @callee_owned (@in Int) -> (@out Int, @error ErrorType) {
You can’t perform that action at this time.
0 commit comments