We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a556edc commit 890011bCopy full SHA for 890011b
sycl/test/basic_tests/buffer/buffer.cpp
@@ -434,7 +434,7 @@ int main() {
434
range<1>{3}, [=](id<1> index) { B[index] = 20; });
435
});
436
}
437
- // Data is not copied back in the desctruction of the buffer created
+ // Data is not copied back in the destruction of the buffer created
438
// from a pair of non-const iterators
439
for (int i = 0; i < 10; i++)
440
assert(data1[i] == -1);
0 commit comments