Skip to content

Commit 1d85efb

Browse files
author
Jan Henning Thorsen
committed
Minor change
1 parent cee4ab1 commit 1d85efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Mojo/IOLoop/ReadWriteFork.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ sub _setup_recurring_child_alive_check {
229229
if(waitpid($pid, WNOHANG) <= 0) {
230230
$obj->{stop} or next;
231231
# NOTE: cannot use kill() to check if the process is alive, since
232-
# the process might be owned by another user. (super tiadm)
232+
# the process might be owned by another user.
233233
-d "/proc/$pid" and next;
234234
}
235235

0 commit comments

Comments
 (0)