Fix a typo in comment

This commit is contained in:
Yuan Chen 2021-07-21 16:19:22 -07:00 committed by GitHub
parent 85a29212e0
commit 971e0c4400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -714,7 +714,7 @@ func (sched *Scheduler) skipPodSchedule(fwk framework.Framework, pod *v1.Pod) bo
return true return true
} }
// Case 2: pod has been assumed could be skipped. // Case 2: pod that has been assumed could be skipped.
// An assumed pod can be added again to the scheduling queue if it got an update event // An assumed pod can be added again to the scheduling queue if it got an update event
// during its previous scheduling cycle but before getting assumed. // during its previous scheduling cycle but before getting assumed.
isAssumed, err := sched.SchedulerCache.IsAssumedPod(pod) isAssumed, err := sched.SchedulerCache.IsAssumedPod(pod)