X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1a8e5c97eb05be1cc86f332bf307ccbc1b264ab4..8ebdc9724efd6a4f3aeaf6287f5dc7c4762969b8:/main.c diff --git a/main.c b/main.c index d3e2b797..3a0a3550 100644 --- a/main.c +++ b/main.c @@ -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); }