Fix texts and comments

This commit is contained in:
DRON-666
2024-04-29 01:18:46 +03:00
parent 0a8f9c5d9c
commit 5703e5a652
5 changed files with 17 additions and 15 deletions

View File

@@ -33,7 +33,7 @@ func HasSufficientPrivilegesForVSS() error {
return errors.New("VSS snapshots are only supported on windows")
}
// GetVolumeNameForVolumeMountPoint clear input parameter
// GetVolumeNameForVolumeMountPoint add trailing backslash to input parameter
// and calls the equivalent windows api.
func GetVolumeNameForVolumeMountPoint(mountPoint string) (string, error) {
return mountPoint, nil