Skip to content

Commit f5a0a1b

Browse files
committed
Merge remote-tracking branch 'origin/main' into rebranch
2 parents e3b1f95 + 76f5093 commit f5a0a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftPrivateThreadExtras/SwiftPrivateThreadExtras.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public func _stdlib_thread_create_block<Argument, Result>(
101101
return (0, ThreadHandle(bitPattern: threadID))
102102
}
103103
#elseif os(WASI)
104-
// WASI environment has a only single thread
104+
// WASI environment is single-threaded
105105
return (0, nil)
106106
#else
107107
var threadID = _make_pthread_t()

0 commit comments

Comments
 (0)