Skip to content

Commit 99a4b88

Browse files
authored
NFC: fix comment in WasmImpl.swift (#80760)
Wasm is not an acronym, thus it's not uppercased [per the spec](https://webassembly.github.io/spec/core/intro/introduction.html#wasm).
1 parent 90387c9 commit 99a4b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/Synchronization/Mutex/WasmImpl.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//
1111
//===----------------------------------------------------------------------===//
1212

13-
// Note: All atomic accesses on WASM are sequentially consistent regardless of
13+
// Note: All atomic accesses on Wasm are sequentially consistent regardless of
1414
// what ordering we tell LLVM to use.
1515

1616
@_extern(c, "llvm.wasm.memory.atomic.wait32")

0 commit comments

Comments
 (0)