Commit ae1e386d authored by bgrant0607's avatar bgrant0607

Merge pull request #2519 from erictune/channel_api

Fix typo.
parents e3297ae0 3aa35e19
......@@ -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{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment