Skip to content

Commit afd12ef

Browse files
Update libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp
Fixed typo in comment
1 parent 49000a3 commit afd12ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/source/dpctl_sycl_kernel_bundle_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ _CreateKernelBundle_common_ocl_impl(cl_program clProgram,
178178
backend_traits<cl_be>::return_type<device> clDevice;
179179
clDevice = get_native<cl_be>(dev);
180180

181-
// Last to pointers are notification function pointer and user-data pointer
181+
// Last two pointers are notification function pointer and user-data pointer
182182
// that can be passed to the notification function.
183183
auto clBuildProgramF = get_clBuldProgram();
184184
if (clBuildProgramF == nullptr) {

0 commit comments

Comments
 (0)