Skip to content

Commit 321582f

Browse files
committed
Fix a typo
1 parent 178ce96 commit 321582f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsyclinterface/source/dpctl_sycl_device_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ __dpctl_give DPCTLSyclDeviceRef DPCTLDevice_CreateFromSelector(
115115
{
116116
auto Selector = unwrap<dpctl_device_selector>(DSRef);
117117
if (!Selector) {
118-
error_handler("Cannot difine device selector for DPCTLSyclDeviceRef "
118+
error_handler("Cannot define device selector for DPCTLSyclDeviceRef "
119119
"as input is a nullptr.",
120120
__FILE__, __func__, __LINE__);
121121
return nullptr;

0 commit comments

Comments
 (0)