Skip to content

Commit edf97c6

Browse files
Correct commend in usm_ndarray_full pybind11 function
1 parent 6a3d9e8 commit edf97c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/tensor/libtensor/source/full_ctor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ usm_ndarray_full(const py::object &py_value,
215215
sycl::queue &exec_q,
216216
const std::vector<sycl::event> &depends)
217217
{
218-
// start, end should be coercible into data type of dst
218+
// py_value should be coercible into data type of dst
219219

220220
py::ssize_t dst_nelems = dst.get_size();
221221

0 commit comments

Comments
 (0)