Skip to content

Commit 496769d

Browse files
[NFC][SYCL] Fix comment formatting around KernelWrapper (#18927)
1 parent 1774004 commit 496769d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/sycl/handler.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,8 +1512,8 @@ class __SYCL_EXPORT handler {
15121512
//
15131513
// First, from SYCL 2020, Table 129 (Member functions of the `handler ` class)
15141514
// > The callable ... can optionally take a `kernel_handler` ... in
1515-
// which > case the SYCL runtime will construct an instance of
1516-
// `kernel_handler` > and pass it to the callable.
1515+
// > which case the SYCL runtime will construct an instance of
1516+
// > `kernel_handler` and pass it to the callable.
15171517
//
15181518
// Note: "..." due to slight wording variability between
15191519
// single_task/parallel_for (e.g. only parameter vs last). This helper class

0 commit comments

Comments
 (0)