Skip to content

Commit

Permalink
vine: typo (#4036)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZhou5042 authored and btovar committed Jan 30, 2025
1 parent c604c42 commit 170383d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -2877,7 +2877,7 @@ static vine_result_code_t commit_task_to_worker(struct vine_manager *q, struct v
vine_result_code_t result = VINE_SUCCESS;

/* Kill unused libraries on this worker to reclaim resources. */
/* Matches assumption in vine_schedule.c:check_available_resources() */
/* Matches assumption in vine_schedule.c:check_worker_have_enough_resources() */
kill_empty_libraries_on_worker(q, w, t);

/* If this is a function needing a library, dispatch the library. */
Expand Down

0 comments on commit 170383d

Please sign in to comment.