diff options
| author | Wayne Davison <wayned@samba.org> | 2005-02-28 02:04:42 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-02-28 02:04:42 +0000 |
| commit | 9e0582f9bf2e63b60d96bca31dc0250672ea2c75 (patch) | |
| tree | 97c0ee5cda2316ad823cf5199ea37520bf1115e0 /main.c | |
| parent | 705de51a7303e0ee4444579b3d382bbed97ddcd5 (diff) | |
| download | android_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.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); } |
