Skip to content

Commit f64b651

Browse files
authored
Merge pull request kubernetes#129637 from jasondrogba/fix-comment
Fix incorrect function name in comment
2 parents 2be1833 + 94d90fa commit f64b651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/cronjob/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func getJobFromTemplate2(cj *batchv1.CronJob, scheduledTime time.Time) (*batchv1
272272
return job, nil
273273
}
274274

275-
// getTimeHash returns Unix Epoch Time in minutes
275+
// getTimeHashInMinutes returns Unix Epoch Time in minutes
276276
func getTimeHashInMinutes(scheduledTime time.Time) int64 {
277277
return scheduledTime.Unix() / 60
278278
}

0 commit comments

Comments
 (0)