Skip to content

Commit 149c63f

Browse files
authored
[NFC][SYCL] Fix comment. (#2541)
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent eb3df08 commit 149c63f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/source/detail/scheduler/commands.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -493,10 +493,10 @@ class ExecCGCommand : public Command {
493493

494494
detail::CG &getCG() const { return *MCommandGroup; }
495495

496-
// MEmptyCmd one is only employed if this command refers to host-task.
497-
// MEmptyCmd due to unreliable mechanism of lookup for single EmptyCommand
498-
// amongst users of host-task-representing command. This unreliability roots
499-
// in cleanup process.
496+
// MEmptyCmd is only employed if this command refers to host-task.
497+
// The mechanism of lookup for single EmptyCommand amongst users of
498+
// host-task-representing command is unreliable. This unreliability roots in
499+
// the cleanup process.
500500
EmptyCommand *MEmptyCmd = nullptr;
501501

502502
private:

0 commit comments

Comments
 (0)