Skip to content

Commit 9df2b72

Browse files
Fixed typo in the comment
1 parent cf1cad0 commit 9df2b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/apis/include/dpctl4pybind11.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ sycl::event keep_args_alive(sycl::queue &q,
12431243
}
12441244
cgh.host_task([shp_usm = std::move(shp_usm)]() {
12451245
// no body, but shared pointers are captured in
1246-
// the lamba, ensuring that USM allocation is
1246+
// the lambda, ensuring that USM allocation is
12471247
// kept alive
12481248
});
12491249
});

0 commit comments

Comments
 (0)