Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
Signed-off-by: liubo02 <[email protected]>
  • Loading branch information
liubog2008 committed Dec 31, 2024
1 parent e047888 commit eb736f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/tidbgroup/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func (r *Reconciler) NewRunner(state *tasks.ReconcileContext, reporter task.Task
// if it's paused just return
task.IfBreak(common.CondClusterIsPaused(state)),

// get all tikvs
// get all tidbs
common.TaskContextTiDBSlice(state, r.Client),

task.IfBreak(common.CondGroupIsDeleting(state),
Expand Down

0 comments on commit eb736f6

Please sign in to comment.