Skip to content

Commit 76f5093

Browse files
authored
Merge pull request swiftlang#40818 from apple/maxd/typo-fix
2 parents 2e4a010 + 7b1f070 commit 76f5093

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)