Skip to content

Commit 63b7572

Browse files
Update sycl/include/sycl/detail/cg_types.hpp
Co-authored-by: Andrei Elovikov <[email protected]>
1 parent 4c85aa5 commit 63b7572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/detail/cg_types.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ class HostKernelRef : public HostKernelRefBase {
268268
~HostKernelRef() noexcept override = default;
269269
};
270270

271-
// specialization for copyable lambda objects
271+
// Specialization for copyable objects.
272272
template <class KernelType, class KernelTypeUniversalRef, class KernelArgType,
273273
int Dims>
274274
class HostKernelRef<KernelType, KernelTypeUniversalRef &, KernelArgType, Dims>

0 commit comments

Comments
 (0)