Skip to content

Commit 67f978b

Browse files
authored
Merge pull request #38647 from eltociear/patch-20
2 parents a12c9eb + 3a3c988 commit 67f978b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/SILOptimizer/definite-init-convert-to-escape.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import Foundation
1111

12-
// Make sure that we keep the escaping closures alive accross the ultimate call.
12+
// Make sure that we keep the escaping closures alive across the ultimate call.
1313
// CHECK-LABEL: sil @$s1A19bridgeNoescapeBlock5optFn0D3Fn2yySSSgcSg_AFtF
1414
// CHECK: bb0
1515
// CHECK: retain_value %0
@@ -39,7 +39,7 @@ public func bridgeNoescapeBlock( optFn: ((String?) -> ())?, optFn2: ((String?) -
3939
@_silgen_name("_returnOptionalEscape")
4040
public func returnOptionalEscape() -> (() ->())?
4141

42-
// Make sure that we keep the escaping closure alive accross the ultimate call.
42+
// Make sure that we keep the escaping closure alive across the ultimate call.
4343

4444
// CHECK-LABEL: sil @$s1A19bridgeNoescapeBlockyyF : $@convention(thin) () -> () {
4545
// CHECK: bb0:

0 commit comments

Comments
 (0)