Skip to content

Commit 81794c8

Browse files
authored
Merge pull request swiftlang#36522 from xedin/fix-a-comment-typo
[TypeChecker] NFC: Fix a small typo in a test-case comment
2 parents 7b32874 + 1f33624 commit 81794c8

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)