Skip to content

Commit 3e75f72

Browse files
committed
Fix typo
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent a7dd8cb commit 3e75f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/multi_ptr/multi_ptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ template <typename T> void testMultPtr() {
9898
global_ptr<void> ptr_8 = global_ptr<void>(ptr_7);
9999
host_ptr<void> ptr_9((void *)RawPtr);
100100
global_ptr<void> ptr_10 = global_ptr<void>(ptr_9);
101-
// TODO: neen propagation of a7b763b26 patch to acl tool before testing
101+
// TODO: need propagation of a7b763b26 patch to acl tool before testing
102102
// these conversions - otherwise the test would fail on accelerator
103103
// device during reversed translation from SPIR-V to LLVM IR
104104
// device_ptr<T> ptr_11(accessorData_1);

0 commit comments

Comments
 (0)