Skip to content

Commit

Permalink
[squash] resource: rephase a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dongahn committed Dec 4, 2019
1 parent e105698 commit 4824372
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resource/traversers/dfu_impl_update.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,9 +422,9 @@ int dfu_impl_t::rem_exv (int64_t jobid)
// that uses a different dominant subsystem. If this code is used
// in Flux's resource module, this condition can arise when this module
// is reloaded with a different match policy and the job-manager wants
// to reconstruct a previous allocated job.
// to reconstruct a previously allocated job.
// In this case, you can't find allocated resources from an accelerated
// depth first visit (dfv). There shouldn't be no idata for the allocation.
// depth first visit (dfv). There won't be no idata for that allocation.
for (boost::tie (vi, v_end) = boost::vertices (g); vi != v_end; ++vi) {
if (g[*vi].schedule.allocations.find (jobid)
!= g[*vi].schedule.allocations.end ()) {
Expand Down

0 comments on commit 4824372

Please sign in to comment.