mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 05:03:09 +00:00
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:
commit
0b9aa05633
@ -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
|
// 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
|
// 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
|
// 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
|
// I've somewhat arbitrarily picked 100, as more than 80, but
|
||||||
// but less than "lots".
|
// but less than "lots".
|
||||||
|
Loading…
Reference in New Issue
Block a user