Skip to content

Commit 08f69e1

Browse files
committed
spelling fix
1 parent 5490b01 commit 08f69e1

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
@@ -86,7 +86,7 @@ int main() {
8686
}
8787
}
8888

89-
// Check that can use memset on virtual memorys
89+
// Check that can use memset on virtual memory
9090
int ExpectedResultAfterMemSetOperation{0};
9191
std::memset(&ExpectedResultAfterMemSetOperation,
9292
ValueSetInMemSetOperationPerByte, sizeof(int));

0 commit comments

Comments
 (0)