Skip to content

Commit 731b20d

Browse files
author
Diptorup Deb
committed
fix typos in docstring.
1 parent 81ecaef commit 731b20d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numba_dpex/experimental/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ def intrin_launch_trampoline(
301301
sycl kernel bundle. The arguments to the kernel are also packed into
302302
flattened arrays and the sycl queue to which the kernel will be submitted
303303
extracted from the args. Finally, the actual kernel is extracted from the
304-
kernel bundle and submited wot the sycl queue.
304+
kernel bundle and submitted to the sycl queue.
305305
"""
306306
kernel_args_list = list(kernel_args)
307307
# signature of this intrinsic

0 commit comments

Comments
 (0)