Fix typo.

This commit is contained in:
Eric Tune 2014-11-21 08:58:12 -08:00
parent 4c5a7e5915
commit 3aa35e1941

View File

@ -145,7 +145,7 @@ func parseSelectorOrDie(s string) labels.Selector {
return 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. // already scheduled.
func (factory *ConfigFactory) createAssignedPodLW() *listWatch { func (factory *ConfigFactory) createAssignedPodLW() *listWatch {
return &listWatch{ return &listWatch{