From: Thibault Godouet Date: Sat, 30 Jul 2016 16:17:59 +0000 (+0100) Subject: comment improvements X-Git-Tag: ver3_3_0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3ea1e3f3ef049e929ee1a03b767ea09b36180a9;p=thirdparty%2Ffcron.git comment improvements --- diff --git a/fcrondyn_svr.c b/fcrondyn_svr.c index 046c9b9..64f94aa 100644 --- a/fcrondyn_svr.c +++ b/fcrondyn_svr.c @@ -765,7 +765,7 @@ cmd_send_signal(struct fcrondyn_cl *client, long int *cmd, int fd, exe_t * e) void cmd_run(struct fcrondyn_cl *client, long int *cmd, int fd, int is_root) - /* Run a job and rescheduled if requested */ + /* Run a job and reschedule if requested */ { struct job_t *j = NULL; @@ -793,7 +793,7 @@ cmd_run(struct fcrondyn_cl *client, long int *cmd, int fd, int is_root) } } - /* we don't come here if a job has been found */ + /* we won't get here if a job has been found */ Send_err_msg_end(fd, err_job_nfound_str); }