Skip to content

Commit 3072429

Browse files
[Apple Silicon] Update the comment in AvailabilitySpec.h
Co-authored-by: Olivier Halligon <[email protected]>
1 parent 899925a commit 3072429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/AvailabilitySpec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class PlatformVersionConstraintAvailabilitySpec : public AvailabilitySpec {
6969

7070
llvm::VersionTuple Version;
7171

72-
// For macOS Big Sur, we we canonicalize 10.16 to 11.0 for compile-time
72+
// For macOS Big Sur, we canonicalize 10.16 to 11.0 for compile-time
7373
// checking since clang canonicalizes availability markup. However, to
7474
// support Beta versions of macOS Big Sur where the OS
7575
// reports 10.16 at run time, we need to compare against 10.16,

0 commit comments

Comments
 (0)