Skip to content

Commit 6f12dff

Browse files
Update sycl/include/sycl/queue.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 012c793 commit 6f12dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/include/sycl/queue.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ auto submit_kernel_direct(
198198
// parallel_for (deprecated API).
199199
// ExtraProps are properties passed explicitly or via launch_config.
200200

201-
// Asumption: If user specify properties via launch_config or explicitly
201+
// Assumption: If user specify properties via launch_config or explicitly
202202
// then we don't check for properties specified via get() method.
203203
detail::KernelLaunchPropertyWrapper::KernelLaunchPropertiesT parsedProps;
204204
if constexpr (std::is_same_v<PropertiesT,

0 commit comments

Comments
 (0)