Skip to content

Commit 86af71e

Browse files
committed
update comment. Should also rerun CI tests.
Signed-off-by: Chris Perkins <[email protected]>
1 parent 2aeacd0 commit 86af71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/include/CL/sycl/sycl_span.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ as_writable_bytes(span<_Tp, _Extent> __s) noexcept
609609

610610
// Deduction guides
611611

612-
// array arg deduction guide. dynamic_extent arg used solely to select
613-
// the correct template. The _Sz will be used as Extent template value.
612+
// array arg deduction guide. dynamic_extent arg used to select
613+
// the correct template. The _Sz will be used for the __size of the span.
614614
template <class _Tp, size_t _Sz>
615615
span(_Tp (&)[_Sz]) -> span<_Tp, dynamic_extent>;
616616

0 commit comments

Comments
 (0)