From 9e0582f9bf2e63b60d96bca31dc0250672ea2c75 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 28 Feb 2005 02:04:42 +0000 Subject: [PATCH] Tweaked a comment. --- main.c | 6 +++--- 1 file 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); } -- 2.34.1