Skip to content

Commit bc9bff0

Browse files
author
Zhou Peng
committed
[pkg/controller/job]: fix comment typo
Signed-off-by: Zhou Peng <[email protected]>
1 parent 6468bfa commit bc9bff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/job/job_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const statusUpdateRetries = 3
5555
var controllerKind = batch.SchemeGroupVersion.WithKind("Job")
5656

5757
var (
58-
// DefaultJobBackOff is the max backoff period, exported for the e2e test
58+
// DefaultJobBackOff is the default backoff period, exported for the e2e test
5959
DefaultJobBackOff = 10 * time.Second
6060
// MaxJobBackOff is the max backoff period, exported for the e2e test
6161
MaxJobBackOff = 360 * time.Second

0 commit comments

Comments
 (0)