Skip to content

Commit

Permalink
Fix Wasm capitalization in code comments (#1391)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
MaxDesiatov committed Jul 5, 2023
1 parent 256c95c commit b6d89c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/SwiftDriver/Jobs/AutolinkExtractJob.swift
Expand Up @@ -12,7 +12,7 @@

import struct TSCBasic.RelativePath

// On ELF/WASM platforms there's no built in autolinking mechanism, so we
// On ELF/Wasm platforms there's no built in autolinking mechanism, so we
// pull the info we need from the .o files directly and pass them as an
// argument input file to the linker.
// FIXME: Also handle Cygwin and MinGW
Expand Down
2 changes: 1 addition & 1 deletion Sources/SwiftDriver/Toolchains/WebAssemblyToolchain.swift
@@ -1,4 +1,4 @@
//===-------- WebAssemblyToolchain.swift - Swift WASM Toolchain -----------===//
//===-------- WebAssemblyToolchain.swift - Swift Wasm Toolchain -----------===//
//
// This source file is part of the Swift.org open source project
//
Expand Down

0 comments on commit b6d89c5

Please sign in to comment.