Skip to content

Commit b6d89c5

Browse files
authored
Fix Wasm capitalization in code comments (#1391)
According to the WebAssembly spec, Wasm is a contraction of “WebAssembly”, not an acronym, hence not using all-caps: https://webassembly.github.io/spec/core/intro/introduction.html#wasm
1 parent 256c95c commit b6d89c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SwiftDriver/Jobs/AutolinkExtractJob.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import struct TSCBasic.RelativePath
1414

15-
// On ELF/WASM platforms there's no built in autolinking mechanism, so we
15+
// On ELF/Wasm platforms there's no built in autolinking mechanism, so we
1616
// pull the info we need from the .o files directly and pass them as an
1717
// argument input file to the linker.
1818
// FIXME: Also handle Cygwin and MinGW

Sources/SwiftDriver/Toolchains/WebAssemblyToolchain.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-------- WebAssemblyToolchain.swift - Swift WASM Toolchain -----------===//
1+
//===-------- WebAssemblyToolchain.swift - Swift Wasm Toolchain -----------===//
22
//
33
// This source file is part of the Swift.org open source project
44
//

0 commit comments

Comments
 (0)