From 3aa35e19413848126ca7749051b1ca3d92a5b838 Mon Sep 17 00:00:00 2001 From: Eric Tune Date: Fri, 21 Nov 2014 08:58:12 -0800 Subject: [PATCH] Fix typo. --- plugin/pkg/scheduler/factory/factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{