pkg/datarepair/checker: Fix typo in doc comment (#2461)
This commit is contained in:
parent
681f502b0e
commit
ea9a8b37bc
@ -237,7 +237,7 @@ func (checker *Checker) updateSegmentStatus(ctx context.Context, pointer *pb.Poi
|
||||
return nil
|
||||
}
|
||||
|
||||
// IrreparableProcess picks items from irrepairabledb and add them to the repair
|
||||
// IrreparableProcess picks items from irreparabledb and add them to the repair
|
||||
// worker queue if they, now, can be repaired.
|
||||
func (checker *Checker) IrreparableProcess(ctx context.Context) (err error) {
|
||||
defer mon.Task()(&ctx)(&err)
|
||||
|
Loading…
Reference in New Issue
Block a user