Skip to content

Commit cd71a1c

Browse files
committed
Fix typo
1 parent de0ac8f commit cd71a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/scheduler/scheduler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ EventImplPtr Scheduler::addCG(std::unique_ptr<detail::CG> CommandGroup,
7676

7777
if (IsKernel) {
7878
Streams = ((CGExecKernel *)CommandGroup.get())->getStreams();
79-
// Stream's flush buffer memeory is mainly initialized in stream's __init
79+
// Stream's flush buffer memory is mainly initialized in stream's __init
8080
// method. However, this method is not available on host device.
8181
// Initializing stream's flush buffer on the host side in a separate task.
8282
if (Queue->is_host()) {

0 commit comments

Comments
 (0)