We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef029d commit bee7ba2Copy full SHA for bee7ba2
lib/Parse/ParseExpr.cpp
@@ -3814,7 +3814,7 @@ Parser::parsePlatformVersionConstraintSpec() {
3814
3815
// Keep the original version around for run-time checks to support
3816
// macOS Big Sur betas that report 10.16 at
3817
- // at run time.
+ // run time.
3818
llvm::VersionTuple RuntimeVersion = Version;
3819
Version = canonicalizePlatformVersion(*Platform, Version);
3820
return makeParserResult(new (Context) PlatformVersionConstraintAvailabilitySpec(
0 commit comments