Skip to content

Commit 3b9d232

Browse files
authored
TSCUtility/Triple.swift: fix comment typo (#397)
1 parent 93784c5 commit 3b9d232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/TSCUtility/Triple.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public struct Triple: Encodable, Equatable, Sendable {
235235
}
236236

237237
extension Triple {
238-
/// The file prefix for dynamcic libraries
238+
/// The file prefix for dynamic libraries
239239
public var dynamicLibraryPrefix: String {
240240
switch os {
241241
case .windows:

0 commit comments

Comments
 (0)