Skip to content

Commit aed25f2

Browse files
Update sycl/source/detail/program_manager/program_manager.hpp
Co-authored-by: Romanov Vlad <[email protected]>
1 parent d0a6846 commit aed25f2

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
@@ -112,7 +112,7 @@ class ProgramManager {
112112
/// may have kernels with the same name)
113113
/// \param Context the context to build the program with
114114
/// \param KernelName the kernel's name
115-
/// \param ProgramImpl provides build context information, such as
115+
/// \param Prg provides build context information, such as
116116
/// current specialization constants settings; can be nullptr.
117117
/// Passing as a raw pointer is OK, since it is not captured anywhere
118118
/// once the function returns.

0 commit comments

Comments
 (0)