Skip to content

Commit f3b0e49

Browse files
[gardening] Fix recently introduced typo: "abstruction" → "abstraction"
1 parent fd621b3 commit f3b0e49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILOptimizer/specialize_partial_apply.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ struct MyError : ErrorType {
1414
}
1515
}
1616

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
1818
// args/result, which is expected in the returned closure.
1919

2020
// 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 {
8585

8686
// The same three test cases again, but with throwing functions.
8787

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
8989
// args/result, which is expected in the returned closure.
9090

9191
// CHECK-LABEL: sil shared [noinline] @_TTSg5Si___TF4test25generic_get_func_throwingurFSbFzxx : $@convention(thin) (Bool) -> @owned @callee_owned (@in Int) -> (@out Int, @error ErrorType) {

0 commit comments

Comments
 (0)