]> granicus.if.org Git - fcron/blobdiff - fcrondyn_svr.c
comment improvements
[fcron] / fcrondyn_svr.c
index 046c9b97729bb6c2a04b5bd3b65c41aee44af7fc..64f94aadf0d2e22c9c83a26134261fdbd3834964 100644 (file)
@@ -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);
 
 }