Skip to content

Commit 5e0630b

Browse files
Update an error message in DPCTLQueue_MemsetWithEvents
1 parent d584ca6 commit 5e0630b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libsyclinterface/source/dpctl_sycl_queue_interface.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ DPCTLQueue_MemsetWithEvents(__dpctl_keep const DPCTLSyclQueueRef QRef,
933933
}
934934
}
935935
else {
936-
error_handler("QRef or USMRef passed to memset were NULL.", __FILE__,
937-
__func__, __LINE__);
936+
error_handler("QRef or USMRef passed to memset_async were NULL.",
937+
__FILE__, __func__, __LINE__);
938938
return nullptr;
939939
}
940940

0 commit comments

Comments
 (0)