Skip to content

Commit bf78417

Browse files
authored
[NFC] XCBuildSupport: fix comment typo in PIFBuilder.swift (#7067)
`Web Assembly` -> `WebAssembly`
1 parent 4c538f9 commit bf78417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCBuildSupport/PIFBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ extension PIF.PlatformFilter {
16431643
.init(platform: "openbsd"),
16441644
]
16451645

1646-
/// Web Assembly platform filters.
1646+
/// WebAssembly platform filters.
16471647
public static let webAssemblyFilters: [PIF.PlatformFilter] = [
16481648
.init(platform: "wasi"),
16491649
]

0 commit comments

Comments
 (0)