remove repetitive words (#5364)

This commit is contained in:
rustrover
2024-03-09 23:35:47 +08:00
committed by GitHub
parent b544a69550
commit ab70aa92da
3 changed files with 3 additions and 3 deletions

View File

@@ -226,7 +226,7 @@ func (vs *VolumeServer) doCopyFileWithThrottler(client volume_server_pb.VolumeSe
/*
*
only check the the differ of the file size
only check the differ of the file size
todo: maybe should check the received count and deleted count of the volume
*/
func checkCopyFiles(originFileInf *volume_server_pb.ReadVolumeFileStatusResponse, hasRemoteDatFile bool, idxFileName, datFileName string) error {