Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix comment typo in Triple+Platforms.swift #1425

Merged
merged 1 commit into from Aug 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Sources/SwiftDriver/Utilities/Triple+Platforms.swift
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