Skip to content

Commit 6ef029d

Browse files
shahmishalxwu
andauthored
[Apple Silicon] Update the comment in lib/AST/PlatformKind.cpp
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 3072429 commit 6ef029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/PlatformKind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ bool swift::inheritsAvailabilityFromPlatform(PlatformKind Child,
160160
llvm::VersionTuple swift::canonicalizePlatformVersion(
161161
PlatformKind platform, const llvm::VersionTuple &version) {
162162

163-
// Canonicalize macOS version for macOS Big Sur to great
163+
// Canonicalize macOS version for macOS Big Sur to treat
164164
// 10.16 as 11.0.
165165
if (platform == PlatformKind::OSX ||
166166
platform == PlatformKind::OSXApplicationExtension) {

0 commit comments

Comments
 (0)