Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 committed Jan 25, 2025
1 parent f62a4a3 commit 07215bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_schedule.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static struct rmsummary *count_worker_available_resources(struct vine_manager *q
}
}

/* The worker's available resources are the net resources minus the resources in use. */
/* The worker's available resources are the net minus those in use. */
struct rmsummary *worker_available_resources = rmsummary_create(-1);

/* Overcommit resources if needed */
Expand Down

0 comments on commit 07215bd

Please sign in to comment.