all: Fix Microsoft documentation links in code comments (#7387)

This commit is contained in:
tomasz1986
2021-02-20 14:56:45 +01:00
committed by GitHub
parent c5663689a3
commit 1ed0116147
6 changed files with 7 additions and 7 deletions
@@ -121,7 +121,7 @@ func wrapError(err error) error {
}
// call FSCTL_DUPLICATE_EXTENTS_TO_FILE IOCTL
// see https://docs.microsoft.com/en-us/windows/win32/api/winioctl/ni-winioctl-fsctl_duplicate_extents_to_file
// see https://docs.microsoft.com/windows/win32/api/winioctl/ni-winioctl-fsctl_duplicate_extents_to_file
//
// memo: Overflow (cloneRegionSize is greater than file ends) is safe and just ignored by windows.
func callDuplicateExtentsToFile(src, dst uintptr, srcOffset, dstOffset int64, cloneRegionSize int64) error {