Commit 9e0582f9 authored by Wayne Davison's avatar Wayne Davison

Tweaked a comment.

parent 705de51a
...@@ -579,9 +579,9 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name) ...@@ -579,9 +579,9 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name)
exit_cleanup(RERR_PROTOCOL); exit_cleanup(RERR_PROTOCOL);
} }
/* Finally, we hang around waiting for our parent to kills /* Finally, we go to sleep until our parent kills us with a
* us with a USR2 signal. We sleep for a short time, as on * USR2 signal. We sleep for a short time, as on some OSes
* some OSes a signal won't interrupt a sleep! */ * a signal won't interrupt a sleep! */
while (1) while (1)
msleep(20); msleep(20);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment