diff --git a/plugin/pkg/scheduler/factory/factory.go b/plugin/pkg/scheduler/factory/factory.go index 3951ef3a417..b827edc4148 100644 --- a/plugin/pkg/scheduler/factory/factory.go +++ b/plugin/pkg/scheduler/factory/factory.go @@ -145,7 +145,7 @@ func parseSelectorOrDie(s string) labels.Selector { return selector } -// createUnassignedPodLW returns a listWatch that finds all pods that are +// createAssignedPodLW returns a listWatch that finds all pods that are // already scheduled. func (factory *ConfigFactory) createAssignedPodLW() *listWatch { return &listWatch{