From 2e4ca6cabe1d6b27a1fa5aea627a0b93ea039b71 Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Wed, 25 Jun 2014 11:59:02 -0700 Subject: [PATCH] Minor reword of comment --- src/slurmctld/job_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slurmctld/job_mgr.c b/src/slurmctld/job_mgr.c index d66521f8925..9a5f2113778 100644 --- a/src/slurmctld/job_mgr.c +++ b/src/slurmctld/job_mgr.c @@ -11021,7 +11021,7 @@ extern int job_requeue(uid_t uid, || IS_JOB_RUNNING(job_ptr)) is_running = true; - /* We want this job to look like it was requeued in the + /* We want this job to have the requeued state in the * accounting logs. Set a new submit time so the restarted * job looks like a new job. */ job_ptr->job_state = JOB_REQUEUE; -- GitLab