Skip to content

Commit 95e9e39

Browse files
committed
updated comment after losing short bout to dyslexia
Signed-off-by: Chris Perkins <[email protected]>
1 parent e583304 commit 95e9e39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/source/detail/queue_impl.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,9 @@ class queue_impl {
400400

401401
void initHostTaskAndEventCallbackThreadPool();
402402

403-
/// Stores a USM operation event that should be associated with the queue
403+
/// queue_impl.addSharedEvent tracks events with weak pointers
404+
/// but some events have no other owners. addSharedEvent()
405+
/// follows events with a shared pointer.
404406
///
405407
/// \param Event is the event to be stored
406408
void addSharedEvent(const event &Event);

0 commit comments

Comments
 (0)