Skip to content

Commit 625677c

Browse files
committed
Fix typo
1 parent 93a29e2 commit 625677c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/FreeFunctionKernels/free_function_kernel_local_memory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
// This test verifies that we can compile, run and get correct results when
77
// using a free function kernel that allocates shared local memory in a kernel
8-
// either by way of th work group scratch memory extension or the work group
8+
// either by way of the work group scratch memory extension or the work group
99
// static memory extension.
1010

1111
#include <sycl/ext/oneapi/work_group_static.hpp>

0 commit comments

Comments
 (0)