chore: fix some comments (#20294)

Signed-off-by: shandongzhejiang <shandongzhejiang@icloud.com>
This commit is contained in:
shandongzhejiang
2024-08-22 04:14:24 +08:00
committed by GitHub
parent 1e1bd3afd9
commit a8ff12bc72
3 changed files with 3 additions and 3 deletions

View File

@@ -1003,7 +1003,7 @@ func ongoingRestoreObj() restoreObjStatus {
}
}
// completeRestoreObj constructs restoreObjStatus for a completed restore-object with given expiry.
// completedRestoreObj constructs restoreObjStatus for a completed restore-object with given expiry.
func completedRestoreObj(expiry time.Time) restoreObjStatus {
return restoreObjStatus{
ongoing: false,