Skip to content

Commit 6735809

Browse files
Update Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift
Co-authored-by: Max Desiatov <[email protected]>
1 parent bf6ea45 commit 6735809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageModel/SwiftSDKs/SwiftSDKConfigurationStore.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public final class SwiftSDKConfigurationStore {
169169
if let targetTriple = targetTriple {
170170
targetTriples = try [Triple(targetTriple)]
171171
} else {
172-
// when target-triple is unspecified, configure every triple for the SDK
172+
// when `targetTriple` is unspecified, configure every triple for the SDK
173173
let validBundles = try self.swiftSDKs(for: sdkID)
174174
targetTriples = validBundles.compactMap(\.targetTriple)
175175
if targetTriples.isEmpty {

0 commit comments

Comments
 (0)