Skip to content

Commit 890011b

Browse files
bso-intelkeryell
andcommitted
Update sycl/test/basic_tests/buffer/buffer.cpp
Co-Authored-By: Ronan Keryell <[email protected]> Signed-off-by: Byoungro So <[email protected]>
1 parent a556edc commit 890011b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/basic_tests/buffer/buffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ int main() {
434434
range<1>{3}, [=](id<1> index) { B[index] = 20; });
435435
});
436436
}
437-
// Data is not copied back in the desctruction of the buffer created
437+
// Data is not copied back in the destruction of the buffer created
438438
// from a pair of non-const iterators
439439
for (int i = 0; i < 10; i++)
440440
assert(data1[i] == -1);

0 commit comments

Comments
 (0)