Skip to content

Commit 7b1f070

Browse files
authored
Gardening: fix typo in SwiftPrivateThreadExtras.swift
`has a only single thread` -> `is single-threaded`
1 parent c78674f commit 7b1f070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/private/SwiftPrivateThreadExtras/SwiftPrivateThreadExtras.swift

+1-1
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)