Skip to content

Commit

Permalink
Tweaked a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Feb 28, 2005
1 parent 705de51 commit 9e0582f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/* Finally, we hang around waiting for our parent to kills
* us with a USR2 signal. We sleep for a short time, as on
* some OSes a signal won't interrupt a sleep! */
/* Finally, we go to sleep until our parent kills us with a
* USR2 signal. We sleep for a short time, as on some OSes
* a signal won't interrupt a sleep! */
while (1)
msleep(20);
}
Expand Down

0 comments on commit 9e0582f

Please sign in to comment.