Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sources/SwiftDriver/Utilities/Triple+Platforms.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// This source file is part of the Swift.org open source project
//
// Copyright (c) 2014 - 2019 Apple Inc. and the Swift project authors
// Copyright (c) 2014 - 2023 Apple Inc. and the Swift project authors
// Licensed under Apache License v2.0 with Runtime Library Exception
//
// See https://swift.org/LICENSE.txt for license information
Expand Down Expand Up @@ -233,7 +233,7 @@ extension Triple {
precondition(self.isDarwin)
switch darwinPlatform! {
case .macOS:
// The integrated driver falls back to `osVersion` for ivalid macOS
// The integrated driver falls back to `osVersion` for invalid macOS
// versions, this decision might be worth revisiting.
let macVersion = _macOSVersion ?? osVersion
// The first deployment of arm64 for macOS is version 11
Expand Down