From: Wayne Davison Date: Tue, 11 Apr 2006 00:28:02 +0000 (+0000) Subject: Tweaked a comment. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/08e0a629562cbb9c66f464b6a072b74ddc5b255e Tweaked a comment. --- diff --git a/clientserver.c b/clientserver.c index a922a8f5..8a46f69e 100644 --- a/clientserver.c +++ b/clientserver.c @@ -736,7 +736,7 @@ int start_daemon(int f_in, int f_out) /* We must load the config file before calling any function that * might cause log-file output to occur. This ensures that the * "log file" param gets honored for the 2 non-forked use-cases - * (called by init and called by remote shell). */ + * (when rsync is run by init and run by a remote shell). */ if (!lp_load(config_file, 0)) exit_cleanup(RERR_SYNTAX);