Skip to content

Commit 3fb3853

Browse files
committed
Capitalize 'Swift' in a comment
1 parent 072a459 commit 3fb3853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SwiftShims/FoundationShims.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
//===--- Layout-compatible clones of Foundation structs -------------------===//
2323
// Ideally we would declare the same names as Foundation does, but
24-
// swift's module importer is not yet tolerant of the same struct
24+
// Swift's module importer is not yet tolerant of the same struct
2525
// coming in from two different Clang modules
2626
// (rdar://problem/16294674). Instead, we copy the definitions here
2727
// and then do horrible unsafeBitCast trix to make them usable where required.

0 commit comments

Comments
 (0)