Skip to content

Commit bee7ba2

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Parse/ParseExpr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3814,7 +3814,7 @@ Parser::parsePlatformVersionConstraintSpec() {
38143814

38153815
// Keep the original version around for run-time checks to support
38163816
// macOS Big Sur betas that report 10.16 at
3817-
// at run time.
3817+
// run time.
38183818
llvm::VersionTuple RuntimeVersion = Version;
38193819
Version = canonicalizePlatformVersion(*Platform, Version);
38203820
return makeParserResult(new (Context) PlatformVersionConstraintAvailabilitySpec(

0 commit comments

Comments
 (0)