Skip to content

Commit 7e186b8

Browse files
committed
Fix a typo
1 parent c8a88cd commit 7e186b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/ExitTests/WaitFor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal import TestingInternals
2020
///
2121
/// - Throws: If the exit status of the process with ID `pid` cannot be
2222
/// determined (i.e. it does not represent an exit condition.)
23-
fileprivate func _blockAndWait(for pid: pid_t) throws -> ExitCondition {
23+
private func _blockAndWait(for pid: pid_t) throws -> ExitCondition {
2424
// Get the exit status of the process or throw an error (other than EINTR.)
2525
while true {
2626
var siginfo = siginfo_t()

0 commit comments

Comments
 (0)