Skip to content

Commit 1f33624

Browse files
committed
[TypeChecker] NFC: Fix a small typo in a test-case comment
1 parent 2bfb95f commit 1f33624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Constraints/optional.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ func sr_12309() {
461461
}
462462
}
463463

464-
// rdar://75146811 - crash due to incrrect inout type
464+
// rdar://75146811 - crash due to incorrect inout type
465465
func rdar75146811() {
466466
func test(_: UnsafeMutablePointer<Double>) {}
467467
func test_tuple(_: UnsafeMutablePointer<Double>, x: Int) {}

0 commit comments

Comments
 (0)