Skip to content

Commit 6c5b8ee

Browse files
authored
Update doc comment
1 parent 7f2e11d commit 6c5b8ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftDriver/Jobs/WebAssemblyToolchain+LinkerSupport.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ extension WebAssemblyToolchain {
167167
commandLine.appendFlag("--table-base=\(SWIFT_ABI_WASM32_LEAST_VALID_POINTER)")
168168

169169
// Set slightly higher than the default (64K) stack size so that basic
170-
// workflows like Swift Testing can run within this limited stack space.
170+
// workflows like running Swift Testing can proceed within this limited stack space.
171171
let SWIFT_WASM_DEFAULT_STACK_SIZE = 1024 * 128
172172
commandLine.appendFlag(.Xlinker)
173173
commandLine.appendFlag("-z")

0 commit comments

Comments
 (0)