Skip to content

Commit 11f4793

Browse files
committed
job-list: Remove comment cut and paste error
Problem: Comment references "cores_per_slot", which does not exist in job-list. It's a cut and paste error. Remove the comment reference.
1 parent 51f1fa1 commit 11f4793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/job-list/job_state.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ static int jobspec_parse (struct list_ctx *ctx,
514514
/* For jobspec version 1, expect either:
515515
* - node->slot->core->NIL
516516
* - slot->core->NIL
517-
* Set job->slot_count and job->cores_per_slot.
517+
* Set job->slot_count.
518518
*/
519519
memset (res, 0, sizeof (res));
520520
if (parse_res_level (ctx, job, resources, &res[0]) < 0)

0 commit comments

Comments
 (0)