From 76d7c78fc6135c8ce6c2bd0fdb0b76c7c066fe9d Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 13 Aug 2003 19:18:14 +0000 Subject: [PATCH] Error in comment... --- src/srun/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/srun/job.c b/src/srun/job.c index 6c66cd4dc8c..4a2d8cdbcae 100644 --- a/src/srun/job.c +++ b/src/srun/job.c @@ -617,7 +617,7 @@ _job_resp_add_nodes(bitstr_t *req_bitmap, bitstr_t *exc_bitmap, int node_cnt) /* work up from first allocated node to first excluded node */ offset = bit_ffs(req_bitmap); - if (offset == -1) /* no specific required nodes) + if (offset == -1) /* no specific required nodes */ offset = 0; /* start at beginning */ for (inx=offset; inx<node_cnt; inx++) { if (total >= max_nodes) -- GitLab