Skip to content

Commit 51e2702

Browse files
fix comment
Signed-off-by: Tim Vaillancourt <[email protected]>
1 parent 8412241 commit 51e2702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/vt/vtctl/reparentutil/emergency_reparenter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func (erp *EmergencyReparenter) reparentShardLocked(ctx context.Context, ev *eve
222222
return err
223223
}
224224
// Restrict the valid candidates list. We remove any tablet which is of the type DRAINED, RESTORE or BACKUP.
225-
// The remaining candidates are reduced to a majority of with the most advanced relay log GTIDs.
225+
// The remaining candidates are reduced to a majority with the most advanced relay log GTIDs.
226226
validCandidates, err = restrictValidCandidates(validCandidates, tabletMap)
227227
if err != nil {
228228
return err

0 commit comments

Comments
 (0)