Skip to content

Commit 764df77

Browse files
Update sycl/test-e2e/VirtualMem/virtual_mem_usm_compatibility.cpp
Co-authored-by: Udit Agarwal <[email protected]>
1 parent aa4ced0 commit 764df77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/VirtualMem/virtual_mem_usm_compatibility.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ int main() {
4242
[=](sycl::id<1> Idx) { DataPtr[Idx] = ValueSetInKernelForCopyToUSM; })
4343
.wait_and_throw();
4444

45-
// Check that can copy from virtual memory to a USM allocation
45+
// Check that one can copy from virtual memory to a USM allocation.
4646
int *CopyBack = sycl::malloc_shared<int>(NumberOfElements, Queue);
4747

4848
Queue

0 commit comments

Comments
 (0)