Skip to content

Commit 88f1d0a

Browse files
authored
[SYCL][Doc] Fix minor typo in free function queries (#11990)
Sentence in `sycl_ext_oneapi_free_function_queries` specification had an extra "that".
1 parent cdc2272 commit 88f1d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/extensions/proposed/sycl_ext_oneapi_free_function_queries.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ existing interfaces is not feasible.
8282
The `sycl::ext::oneapi::this_kernel` namespace contains functionality related
8383
to the currently executing kernel.
8484

85-
It is the user's responsibility to ensure that that these functions are called
85+
It is the user's responsibility to ensure that these functions are called
8686
in a manner that is compatible with the kernel's launch parameters, as detailed
8787
in the definition of each function. Calling these functions from an incompatible
8888
kernel results in undefined behavior.

0 commit comments

Comments
 (0)