Skip to content

Commit f9f1d80

Browse files
authored
Fix typo in comments.
One more change to trigger PR update.
1 parent 71962f7 commit f9f1d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/scheduler/commands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ void Command::processDepEvent(EventImplPtr DepEvent, const DepDesc &Dep) {
485485

486486
// 1. Async work is not supported for host device.
487487
// 2. The event handle can be null in case of, for example, alloca command,
488-
// which is currently synchrounious, so don't generate OpenCL event.
488+
// which is currently synchronous, so don't generate OpenCL event.
489489
// Though, this event isn't host one as it's context isn't host one.
490490
if (DepEvent->is_host() || DepEvent->getHandleRef() == nullptr) {
491491
// call to waitInternal() is in waitForPreparedHostEvents() as it's called

0 commit comments

Comments
 (0)