Skip to content

Commit 5930429

Browse files
[SYCL][NFC] Update a comment (#6672)
1 parent 5410d35 commit 5930429

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
@@ -1754,8 +1754,8 @@ class __SYCL_EXPORT handler {
17541754
}
17551755

17561756
// This version of parallel_for may handle one or more reductions packed in
1757-
// \p Rest argument. Note thought that the last element in \p Rest pack is
1758-
// the kernel function.
1757+
// \p Rest argument. The last element in \p Rest pack is the kernel function,
1758+
// everything else is reduction(s).
17591759
// TODO: this variant is currently enabled for 2+ reductions only as the
17601760
// versions handling 1 reduction variable are more efficient right now.
17611761
//

0 commit comments

Comments
 (0)