chore: tiny wording on the comment

This commit is contained in:
Kensei Nakada 2024-11-01 01:46:14 +09:00
parent 1e2511031e
commit 8f2243fe74

View File

@ -133,7 +133,7 @@ type Evaluator struct {
enableAsyncPreemption bool enableAsyncPreemption bool
mu sync.RWMutex mu sync.RWMutex
// preempting is a map that records the pods that are currently triggering preemption asynchronously, // preempting is a set that records the pods that are currently triggering preemption asynchronously,
// which is used to prevent the pods from entering the scheduling cycle meanwhile. // which is used to prevent the pods from entering the scheduling cycle meanwhile.
preempting sets.Set[types.UID] preempting sets.Set[types.UID]