File tree 1 file changed +2
-2
lines changed
Sources/SwiftDriver/Utilities
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
//
3
3
// This source file is part of the Swift.org open source project
4
4
//
5
- // Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
5
+ // Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
6
6
// Licensed under Apache License v2.0 with Runtime Library Exception
7
7
//
8
8
// See https://swift.org/LICENSE.txt for license information
@@ -233,7 +233,7 @@ extension Triple {
233
233
precondition ( self . isDarwin)
234
234
switch darwinPlatform! {
235
235
case . macOS:
236
- // The integrated driver falls back to `osVersion` for ivalid macOS
236
+ // The integrated driver falls back to `osVersion` for invalid macOS
237
237
// versions, this decision might be worth revisiting.
238
238
let macVersion = _macOSVersion ?? osVersion
239
239
// The first deployment of arm64 for macOS is version 11
You can’t perform that action at this time.
0 commit comments