Skip to content

Commit 303ff44

Browse files
[SYCL][NFC] Fix a comment typo (#20766)
1 parent b3df18d commit 303ff44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sycl/include/sycl/detail/get_device_kernel_info.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ namespace detail {
1717
class DeviceKernelInfo;
1818
// Lifetime of the underlying `DeviceKernelInfo` is tied to the availability of
1919
// the `sycl_device_binaries` corresponding to this kernel. In other words, once
20-
// user library is unloaded (see __sycl_unregister_lib), program manager destoys
21-
// this `DeviceKernelInfo` object and the reference returned from here becomes
22-
// stale.
20+
// user library is unloaded (see __sycl_unregister_lib), program manager
21+
// destroys this `DeviceKernelInfo` object and the reference returned from here
22+
// becomes stale.
2323
__SYCL_EXPORT DeviceKernelInfo &
2424
getDeviceKernelInfo(const CompileTimeKernelInfoTy &);
2525

0 commit comments

Comments
 (0)