aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-02-28 02:04:42 +0000
committerWayne Davison <wayned@samba.org>2005-02-28 02:04:42 +0000
commit9e0582f9bf2e63b60d96bca31dc0250672ea2c75 (patch)
tree97c0ee5cda2316ad823cf5199ea37520bf1115e0 /main.c
parent705de51a7303e0ee4444579b3d382bbed97ddcd5 (diff)
downloadandroid_external_rsync-9e0582f9bf2e63b60d96bca31dc0250672ea2c75.tar.gz
android_external_rsync-9e0582f9bf2e63b60d96bca31dc0250672ea2c75.tar.bz2
android_external_rsync-9e0582f9bf2e63b60d96bca31dc0250672ea2c75.zip
Tweaked a comment.
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
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);
}