Merge pull request #48141 from ankon/patch-2

Automatic merge from submit-queue

Fix typo

**What this PR does / why we need it**: Fix trivial typo in comment.
This commit is contained in:
Kubernetes Submit Queue 2017-08-05 06:12:57 -07:00 committed by GitHub
commit 0b9aa05633

View File

@ -158,7 +158,7 @@ func getRecentUnmetScheduleTimes(sj batchv2alpha1.CronJob, now time.Time) ([]tim
// then there could be so many missed start times (it could be off
// by decades or more), that it would eat up all the CPU and memory
// of this controller. In that case, we want to not try to list
// all the misseded start times.
// all the missed start times.
//
// I've somewhat arbitrarily picked 100, as more than 80, but
// but less than "lots".