Skip to content

Commit 553a127

Browse files
authored
Fix comment typo in free function kernel test
1 parent 2307672 commit 553a127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/WorkGroupMemory/reduction_free_function.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ using namespace sycl;
2727
// A global buffer is allocated using USM and it is passed to the kernel on the
2828
// device. On the device, a work group memory buffer is allocated and each item
2929
// copies the correspondng element of the global buffer to the corresponding
30-
// element of the work group memory buffer using its global index. The leader of
30+
// element of the work group memory buffer using its lcoal index. The leader of
3131
// every work-group, after waiting for every work-item to complete, then sums
3232
// these values storing the result in another work group memory object. Finally,
3333
// each work item then verifies that the sum of the work group memory elements

0 commit comments

Comments
 (0)