Skip to content

Commit fdaeb84

Browse files
update comment
Co-authored-by: Andrei Elovikov <[email protected]>
1 parent 1fe4d83 commit fdaeb84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/program_manager/program_manager.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class ProgramManager {
260260
std::unordered_map<std::string_view, unsigned> &&GlobalInfoToCopy);
261261

262262
// The function removes kernel global descriptors from the
263-
// kernel global map when a shared library consisting o SYCL kernels
263+
// kernel global map when a shared library consisting of SYCL kernels
264264
// is unloaded.
265265
void unRegisterKernelGlobalInfo(
266266
std::unordered_map<std::string_view, unsigned> &&GlobalInfoToCopy);

0 commit comments

Comments
 (0)