Skip to content

Commit 499b4a1

Browse files
committed
fix spell
1 parent 199451d commit 499b4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/AddressSanitizer/out-of-bounds/USM/arbitary_access.cpp renamed to sycl/test-e2e/AddressSanitizer/out-of-bounds/USM/arbitrary_access.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void out_of_bounds_function() { *(int *)0xdeadbeef = 42; }
1111
// CHECK: out-of-bounds-access
1212
// CHECK-SAME: 0xdeadbeef
1313
// CHECK: WRITE of size 4 at kernel {{<.*MyKernel>}}
14-
// CHECK: {{.*arbitary_access.cpp}}:[[@LINE-4]]
14+
// CHECK: {{.*arbitrary_access.cpp}}:[[@LINE-4]]
1515

1616
int main() {
1717
sycl::queue Q;

0 commit comments

Comments
 (0)